Used to compute the norm
in
the Gram-Schmidt implementation.

Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
double Norm( double[] x ) |
Visual Basic (Declaration) |
---|
Function Norm ( _ x As Double() _ ) As Double |
Visual C++ |
---|
double Norm( array<double>^ x ) |
Parameters
- x
- Type: array<
System..::.Double
>[]()[]
An input double vector for which the norm will be computed.
Return Value
A double, the value of the norm of x.
Remarks
If this function is not implemented, the
norm is used.
