SingularValueDecompositionRightTransformMatrix Property |
Gets the right transform matrix.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public SquareMatrix RightTransformMatrix { get; }
Public ReadOnly Property RightTransformMatrix As SquareMatrix
Get
public:
property SquareMatrix^ RightTransformMatrix {
SquareMatrix^ get ();
}
member RightTransformMatrix : SquareMatrix with get
Property Value
Type:
SquareMatrixThe matrix V, 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