Gets the matrix whose columns are the left singular vectors of this decomposition.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public FloatComplexMatrix LeftVectors { get; }
Visual Basic (Declaration)
Public ReadOnly Property LeftVectors As FloatComplexMatrix
Visual C++
public:
property FloatComplexMatrix^ LeftVectors {
	FloatComplexMatrix^ get ();
}

See Also