| 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
Syntax public FloatComplexMatrix LeftVectors { get; }
Public ReadOnly Property LeftVectors As FloatComplexMatrix
Get
public:
property FloatComplexMatrix^ LeftVectors {
FloatComplexMatrix^ get ();
}
member LeftVectors : FloatComplexMatrix with get
Property Value
FloatComplexMatrixSee Also