Public interface for the user supplied function to the GenMinRes object used for the norm  \Vert X \Vert when the Gram-Schmidt implementation is used.

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

Syntax

C#
public interface INorm : GenMinRes..::.IVectorProducts
Visual Basic (Declaration)
Public Interface INorm _
	Implements GenMinRes..::.IVectorProducts
Visual C++
public interface class INorm : GenMinRes..::.IVectorProducts

See Also