Click or drag to resize
GenMinResINormNorm Method
Used to compute the norm  \Vert X \Vert in the Gram-Schmidt implementation.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
double Norm(
	double[] x
)

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  L_2 norm is used.
See Also