  | FloatComplexSVDecompRightVectors Property | 
            Gets the matrix whose columns are the right singular vectors of 
            this decomposition.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexMatrix RightVectors { get; }Public ReadOnly Property RightVectors As FloatComplexMatrix
	Get
public:
property FloatComplexMatrix^ RightVectors {
	FloatComplexMatrix^ get ();
}member RightVectors : FloatComplexMatrix with get
Property Value
FloatComplexMatrix
See Also