SingularValueDecompositionLeftTransformMatrix Property |
Gets the left transform matrix.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public SquareMatrix LeftTransformMatrix { get; }
Public ReadOnly Property LeftTransformMatrix As SquareMatrix
Get
public:
property SquareMatrix^ LeftTransformMatrix {
SquareMatrix^ get ();
}
member LeftTransformMatrix : SquareMatrix with get
Property Value
Type:
SquareMatrixThe matrix U, such that A = U S V
T.
Remarks The returned matrix is read-only. If you need to make changes to it, you can call Copy to obtain a writable copy.
See Also