CADability dotNET
The EigenvalueDecomposition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EigenvalueDecomposition(Matrix) | Check for symmetry, then construct the eigenvalue decomposition |
![]() | EigenvalueDecomposition(array<Double>[]()[][], array<Double>[]()[][]) | Constructs the eigenvalue decomposition from a symmetrical,
tridiagonal matrix. |
Properties
Name | Description | |
---|---|---|
![]() | BlockDiagonal | Gets the block diagonal eigenvalue matrix |
![]() | EigenValues | Gets the eigenvalues. |
![]() | EigenVectors | Returns the eigenvector matrix |
![]() | ImagEigenvalues | Gets the imaginary part of the eigenvalues |
![]() | RealEigenvalues | Gets the real part of the eigenvalues. |