Computes the infinity-norm of this matrix.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public float InfinityNorm()
Visual Basic (Declaration)
Public Function InfinityNorm As Single
Visual C++
public:
float InfinityNorm()

Return Value

The infinity norm of this matrix. This is just the maximum row sum.

See Also