Click or drag to resize
DigitalRuneSingularValueDecompositionDNumericalRank Property
Gets the effective numerical rank of A.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public int NumericalRank { get; }

Property Value

Type: Int32
The 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