|
JMSLTM Numerical Library 5.0.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface GenMinRes.Preconditioner
Public interface for the user supplied function to
GenMinRes used for preconditioning.
| Method Summary | |
|---|---|
void |
preconditioner(double[] r,
double[] z)
Used to compute n,
the order of matrix M. |
| Methods inherited from interface com.imsl.math.GenMinRes.Function |
|---|
amultp |
| Method Detail |
|---|
void 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.
|
JMSLTM Numerical Library 5.0.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||