IMSL C# Numerical Library

Matrix.OneNorm Method 

Return the matrix one norm.

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

Parameters

a
A double rectangular matrix.

Return Value

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

See Also

Matrix Class | Imsl.Math Namespace