RealEigendecompositionTransformMatrix Property
Gets the transformation matrix that diagonalizes the original matrix.
Namespace: Meta.Numerics.MatricesAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public SquareMatrix TransformMatrix { get; }
Public ReadOnly Property TransformMatrix As SquareMatrix
Get
public:
property SquareMatrix^ TransformMatrix {
SquareMatrix^ get ();
}
member TransformMatrix : SquareMatrix with get
Property Value
SquareMatrixThe read-only, orthogonal matrix V, such that V
TAV = D, where A is the original matrix and D is the
DiagonalizedMatrix.
The returned matrix is read-only. If you need to modify it, call Copy to obtain a writable copy.