IMSL C# Numerical Library

GenMinRes.SetVectorProducts Method 

Sets the user-supplied functions for the inner product and, optionally, the norm to be used in the Gram-Schmidt implementations.

public void SetVectorProducts(
   IVectorProducts argP
);

Parameters

argP
An IVectorProducts specifying the user-defined function for the inner product and, optionally, the norm in the Gram-Schmidt implementations. If this member function is not called, the dot product will be used for the inner product and the L_2 norm will be used for the norm.

See Also

GenMinRes Class | Imsl.Math Namespace