Used to compute the inner product of two vectors for the Gram-Schmidt implementation.
double
vector which is to take part in the inner product. double
vector which is to take part in the inner product. A double
, the value of the inner product of x
and y
.
If this function is not implemented, the dot product is used for the inner product.
GenMinRes.IVectorProducts Interface | Imsl.Math Namespace