Computes the 1-norm of this matrix.

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

Syntax

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

Return Value

The 1-norm of this matrix. This is just the maximum column sum.

See Also