Gets the rank of the matrix which this decomposition represents.

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

Syntax

C#
public int Rank { get; }
Visual Basic (Declaration)
Public ReadOnly Property Rank As Integer
Visual C++
public:
property int Rank {
	int get ();
}

Remarks

This is the same as the number of non-zero singular values.

See Also