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