IMSL C# Numerical Library

GenMinRes.GetVectorProducts Method 

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

public IVectorProducts GetVectorProducts();

Return Value

An IVectorProducts that defines the user-supplied functions for the inner product and, optionally, the norm used in the Gram-Schmidt implementations.

See Also

GenMinRes Class | Imsl.Math Namespace