SingularValueContributorLeftSingularVector Property |
Gets the left singular vector.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public ColumnVector LeftSingularVector { get; }
Public ReadOnly Property LeftSingularVector As ColumnVector
Get
public:
property ColumnVector^ LeftSingularVector {
ColumnVector^ get ();
}
member LeftSingularVector : ColumnVector with get
Property Value
Type:
ColumnVectorRemarks The returned vector is read-only. If you need to make changes to it, you can call Copy to obtain a writable copy.
See Also