public static interface GenMinRes.Norm extends GenMinRes.VectorProducts
GenMinRes object used for the norm \( \Vert X \Vert \)
when the Gram-Schmidt implementation is used.| Modifier and Type | Method and Description |
|---|---|
double |
norm(double[] x)
Used to compute the norm \( \Vert X \Vert \) in the Gram-Schmidt implementation.
|
innerproductdouble norm(double[] x)
x - input double vector for which the norm
will be computed.double, the value of the norm of
x.Copyright © 2020 Rogue Wave Software. All rights reserved.