Click or drag to resize

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; }

Property Value

Type: SquareMatrix
The matrix V, such that A = U S VT.
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