Returns the rank of the matrix used to construct this instance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public ReadOnly Property Rank As Integer
Get
public:
property int Rank {
int get ();
}
member Rank : int with get
Property Value
Type:
Int32
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