IMSL C# Numerical Library

GenMinRes.INorm.Norm Method 

Used to compute the norm \Vert X \Vert in the Gram-Schmidt implementation.

double Norm(
   double[] x
);

Parameters

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

See Also

GenMinRes.INorm Interface | Imsl.Math Namespace