Click or drag to resize

MatrixMathSingularValueDecompositionRank Property

Gets the rank of the matrix, which is the number of singular values greater than a small threshold.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int Rank { get; }

Property Value

Int32

Implements

ISingularValueDecompositionRank
See Also