Click or drag to resize

DoubleComplexSVDecompRank Property

Gets the rank of the matrix which this decomposition represents.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int Rank { get; }

Property Value

Int32
Remarks
This is the same as the number of non-zero singular values.
See Also