IMSL C# Numerical Library

ComplexSparseMatrix.OneNorm Method 

Returns the matrix one norm of the sparse matrix.

public double OneNorm();

Return Value

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

See Also

ComplexSparseMatrix Class | Imsl.Math Namespace