public static interface ConjugateGradient.Preconditioner extends ConjugateGradient.Function
ConjugateGradient 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 June 18 2015.