Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods


Extreme Optimization Mathematics Library for .NET

Matrix.InfinityNorm Method 

Returns the infinity norm of this Matrix.

[Visual Basic]
Public Function InfinityNorm() As Double
[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.

See Also

Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace