public static interface GenMinRes.Function
GenMinRes.| Modifier and Type | Method and Description |
|---|---|
void |
amultp(double[] p,
double[] z)
Used to compute
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 © 1970-2015 Rogue Wave Software
Built March 24 2015.