| FloatComplexSVDecompRank Property |
Gets the rank of the matrix which this decomposition represents.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax Public ReadOnly Property Rank As Integer
Get
public:
property int Rank {
int get ();
}
member Rank : int with get
Property Value
Int32Remarks This is the same as the number of non-zero singular values.
See Also