public static interface GenMinRes.VectorProducts
GenMinRes object used for the inner
product when the Gram-Schmidt implementation is used.| Modifier and Type | Method and Description |
|---|---|
double |
innerproduct(double[] x,
double[] y)
Used to compute the inner product of 2 vectors for the Gram-Schmidt implementation.
|
double innerproduct(double[] x,
double[] y)
x - first input double vector which is to take part
in the inner product.y - second input double vector which is to take part
in the inner product.double, the value of the inner product of
x and y.Copyright © 1970-2015 Rogue Wave Software
Built March 24 2015.