IMSL C# Numerical Library

SparseMatrix.InfinityNorm Method 

Returns the infinity norm of the matrix.

public double InfinityNorm();

Return Value

A double scalar equal to the maximum of the row sums of the absolute values of the array elements of the sparse matrix.

See Also

SparseMatrix Class | Imsl.Math Namespace