Returns the matrix one norm of the sparse matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double OneNorm()
Visual Basic (Declaration)
Public Function OneNorm As Double
Visual C++
public:
double OneNorm()

Return Value

A double scalar containing the maximum of the column sums of the absolute values of the array elements.

See Also