GenMinRes.INorm Interface |
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 : GenMinRes.IVectorProducts
Public Interface INorm
Inherits GenMinRes.IVectorProducts
public interface class INorm : GenMinRes.IVectorProducts
type INorm =
interface
interface GenMinRes. IVectorProducts
end
The GenMinRes. INorm 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 GenMinRes.IVectorProducts.) |
 | Norm |
Used to compute the norm  in
the Gram-Schmidt implementation.
|
Top
See Also