public static interface GenMinRes.Function
GenMinRes
.Modifier and Type | Method and Description |
---|---|
void |
amultp(double[] p,
double[] z)
Used to compute \( z = Ap \) where
A is the matrix of coefficients to solve
and p and z are arrays of length n , the order of matrix A . |
void amultp(double[] p, double[] z)
A
is the matrix of coefficients to solve
and p
and z
are arrays of length n
, the order of matrix A
.p
- an input double
array of length n
generated during the implementation of the solve
method.z
- an output double
array of length n
.Copyright © 2020 Rogue Wave Software. All rights reserved.