|
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.Norm
Public interface for the user supplied function to the
GenMinRes
object used for the norm
when the Gram-Schmidt implementation is used.
Method Summary | |
---|---|
double |
norm(double[] x)
Used to compute the norm in the Gram-Schmidt implementation. |
Methods inherited from interface com.imsl.math.GenMinRes.VectorProducts |
---|
innerproduct |
Method Detail |
---|
double norm(double[] x)
x
- input double
vector for which the norm
will be computed.
double
, the value of the norm of
x
.
|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |