IMSL C# Numerical Library

ComplexSparseMatrix.InfinityNorm Method 

Returns the infinity norm of the matrix.

public double InfinityNorm();

Return Value

A double containing the maximum of the row sums of the absolute values of the array elements of the sparse matrix.

See Also

ComplexSparseMatrix Class | Imsl.Math Namespace