|
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.Function
Public interface for the user supplied function to
GenMinRes
.
Method Summary | |
---|---|
void |
amultp(double[] p,
double[] z)
Used to compute where A is the matrix of coefficients to solve
and p and z are arrays of length n , the order of matrix A . |
Method Detail |
---|
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
.
|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |