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