IMSL C# Numerical Library

ComplexMatrix.OneNorm Method 

Return the Complex matrix one norm.

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

Parameters

a
A Complex rectangular array.

Return Value

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

See Also

ComplexMatrix Class | Imsl.Math Namespace