Click or drag to resize
MatrixInfinityNorm Method
Return the infinity norm of a matrix.

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

Parameters

a
Type: SystemDouble
A double rectangular matrix.

Return Value

Type: Double
A double scalar value equal to the maximum of the row sums of the absolute values of the matrix elements.
See Also