Public interface for the user supplied function to the
GenMinRes object used for the norm

when the Gram-Schmidt implementation is used.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic interface INorm : GenMinResIVectorProducts
Public Interface INorm
Inherits GenMinResIVectorProducts
public interface class INorm : GenMinResIVectorProducts
type INorm =
interface
interface GenMinResIVectorProducts
endThe GenMinResINorm type exposes the following members.
Methods|
| Name | Description |
|---|
 | Innerproduct |
Used to compute the inner product of two vectors for the
Gram-Schmidt implementation.
(Inherited from GenMinResIVectorProducts.) |
 | Norm |
Used to compute the norm  in
the Gram-Schmidt implementation.
|
Top
See Also