Click or drag to resize

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

Property Value

Type: SquareMatrix
The matrix U, 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