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