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