IMSL C# Numerical Library

Matrix.InfinityNorm Method 

Return the infinity norm of a matrix.

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

Parameters

a
A double rectangular matrix.

Return Value

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

See Also

Matrix Class | Imsl.Math Namespace