public static interface GenMinRes.Preconditioner extends GenMinRes.Function
GenMinRes used for preconditioning.| Modifier and Type | Method and Description |
|---|---|
void |
preconditioner(double[] r,
double[] z)
Used to compute
n,
the order of matrix M. |
amultpvoid preconditioner(double[] r,
double[] z)
n,
the order of matrix M.r - 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.