|  | FloatComplexSVDecompSingularValues Property | 
            Gets the singular values of this decomposition. The values are
            non-negative and arranged in decreasing order.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic FloatVector SingularValues { get; }Public ReadOnly Property SingularValues As FloatVector
	Get
public:
property FloatVector^ SingularValues {
	FloatVector^ get ();
}member SingularValues : FloatVector with get
Property Value
FloatVector See Also
See Also