| SingularValueDecompositionDNumericalRank Property |
Gets the effective numerical rank of A.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public int NumericalRank { get; }
Public ReadOnly Property NumericalRank As Integer
Get
public:
property int NumericalRank {
int get ();
}
member NumericalRank : int with get
Property Value
Type:
Int32The effective numerical rank of A.
Remarks
Near-zero singular values are considered as zero. The rank is the number of singular values
greater than 0.
See Also