public ColumnVector LeftSingularVector { get; }
Public ReadOnly Property LeftSingularVector As ColumnVector
Get
public:
property ColumnVector^ LeftSingularVector {
ColumnVector^ get ();
}
member LeftSingularVector : ColumnVector with get
The returned vector is read-only. If you need to make changes to it, you can call Copy to obtain a writable copy.