Click or drag to resize

RealEigendecompositionTransformMatrix Property

Gets the transformation matrix that diagonalizes the original matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public SquareMatrix TransformMatrix { get; }

Property Value

Type: SquareMatrix
The read-only, orthogonal matrix V, such that VTAV = D, where A is the original matrix and D is the DiagonalizedMatrix.
Remarks

The returned matrix is read-only. If you need to modify it, call Copy to obtain a writable copy.

See Also