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

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public GenMinRes..::.IVectorProducts GetVectorProducts()
Visual Basic (Declaration)
Public Function GetVectorProducts As GenMinRes..::.IVectorProducts
Visual C++
public:
GenMinRes..::.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