Click or drag to resize
GenMinResINorm Interface
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.2.0
Syntax
public interface INorm : GenMinResIVectorProducts

The GenMinResINorm type exposes the following members.

Methods
  NameDescription
Public methodInnerproduct
Used to compute the inner product of two vectors for the Gram-Schmidt implementation.
(Inherited from GenMinResIVectorProducts.)
Public methodNorm
Used to compute the norm  \Vert X \Vert in the Gram-Schmidt implementation.
Top
See Also