Returns the infinity norm of the matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double InfinityNorm()
Visual Basic (Declaration)
Public Function InfinityNorm As Double
Visual C++
public:
double InfinityNorm()

Return Value

A double containing the maximum of the row sums of the absolute values of the array elements of the sparse matrix.

See Also