IMSL C# Numerical Library

ComplexMatrix.InfinityNorm Method 

Return the infinity norm of a Complex matrix.

public static double InfinityNorm(
   Complex[,] a
);

Parameters

a
A Complex rectangular matrix.

Return Value

A double value equal to the maximum of the row sums of the absolute values of the array elements.

See Also

ComplexMatrix Class | Imsl.Math Namespace