public int Rank { get; }
Public ReadOnly Property Rank As Integer
Get
public:
property int Rank {
int get ();
}
member Rank : int with get
The rank of a matrix is the dimension of the space of input vectors which produce non-zero output vectors upon multiplication by the original matrix.
Since this operation depends on identifying zero singular values, the result will depend on the value of the Tolerance property.