Click or drag to resize
ComplexMatrixOneNorm Method
Return the Complex matrix one norm.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double OneNorm(
	Complex[,] a
)

Parameters

a
Type: Imsl.MathComplex
A Complex rectangular array.

Return Value

Type: Double
A double value equal to the maximum of the column sums of the absolute values of the array elements.
See Also