Click or drag to resize
ComplexSparseMatrixInfinityNorm Method
Returns the infinity norm of the matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double InfinityNorm()

Return Value

Type: Double
A double containing the maximum of the row sums of the absolute values of the array elements of the sparse matrix.
See Also