GenMinResINormNorm Method |
Used to compute the norm
in
the Gram-Schmidt implementation.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax double Norm(
double[] x
)
Function Norm (
x As Double()
) As Double
double Norm(
array<double>^ x
)
abstract Norm :
x : float[] -> float
Parameters
- x
- Type: SystemDouble
An input double vector for which the norm will be computed.
Return Value
Type:
Double
A
double, the value of the norm of
x.
Remarks
If this function is not implemented, the
norm is used.
See Also