Returns the rank of the matrix used to construct this instance.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.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 ();
}

Field Value

An int scalar containing the rank of the matrix used to construct this instance. The estimated rank of the input matrix is the number of singular values which are larger than a tolerance.

See Also