Returns the infinity norm of this Matrix.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

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

Return Value

The infinity norm of this Matrix.

Remarks

The infinity norm of a matrix is defined as the maximum of the sum of the absolute values of the elements in each row.