Click or drag to resize

RealEigendecompositionDiagonalizedMatrix Property

Gets the diagonalized matrix.

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

Property Value

Type: DiagonalMatrix
A read-only, diagonal matrix D, such that VTAV = D, where A is the original matrix and V is the orthogonal TransformMatrix.
See Also