IMSL C# Numerical Library

SparseMatrix.OneNorm Method 

Returns the matrix one norm of the sparse matrix.

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

SparseMatrix Class | Imsl.Math Namespace