Classes |
| class | ComplexEigenSolver< _MatrixType > |
| | Computes eigenvalues and eigenvectors of general complex matrices. More...
|
| class | ComplexSchur< _MatrixType > |
| | Performs a complex Schur decomposition of a real or complex square matrix. More...
|
| class | ComplexSchur< _MatrixType > |
| | Performs a complex Schur decomposition of a real or complex square matrix. More...
|
| class | EigenSolver< _MatrixType > |
| | Computes eigenvalues and eigenvectors of general matrices. More...
|
| class | GeneralizedSelfAdjointEigenSolver< _MatrixType > |
| | Computes eigenvalues and eigenvectors of the generalized selfadjoint eigen problem. More...
|
| class | HessenbergDecomposition< _MatrixType > |
| | Reduces a square matrix to Hessenberg form by an orthogonal similarity transformation. More...
|
| class | HessenbergDecomposition< _MatrixType > |
| | Reduces a square matrix to Hessenberg form by an orthogonal similarity transformation. More...
|
| class | HessenbergDecomposition< _MatrixType > |
| | Reduces a square matrix to Hessenberg form by an orthogonal similarity transformation. More...
|
| class | HessenbergDecomposition< _MatrixType > |
| | Reduces a square matrix to Hessenberg form by an orthogonal similarity transformation. More...
|
| class | HessenbergDecomposition< _MatrixType > |
| | Reduces a square matrix to Hessenberg form by an orthogonal similarity transformation. More...
|
| class | RealSchur< _MatrixType > |
| | Performs a real Schur decomposition of a square matrix. More...
|
| class | RealSchur< _MatrixType > |
| | Performs a real Schur decomposition of a square matrix. More...
|
| class | SelfAdjointEigenSolver< _MatrixType > |
| | Computes eigenvalues and eigenvectors of selfadjoint matrices. More...
|
| class | Tridiagonalization< _MatrixType > |
| | Tridiagonal decomposition of a selfadjoint matrix. More...
|
| class | Tridiagonalization< _MatrixType > |
| | Tridiagonal decomposition of a selfadjoint matrix. More...
|
| class | Tridiagonalization< _MatrixType > |
| | Tridiagonal decomposition of a selfadjoint matrix. More...
|
Namespaces |
| namespace | Eigen |
| | Namespace containing all symbols from the Eigen library.
|
| namespace | Eigen::internal |
Defines |
| #define | EIGEN_EIGENVALUES_MODULE_H |
Functions |
| template<typename Scalar > |
| std::complex< Scalar > | cdiv (Scalar xr, Scalar xi, Scalar yr, Scalar yi) |
| template<typename MatrixType , typename CoeffVectorType > |
| void | tridiagonalization_inplace (MatrixType &matA, CoeffVectorType &hCoeffs) |
| template<typename MatrixType , typename DiagonalType , typename SubDiagonalType > |
| void | tridiagonalization_inplace (MatrixType &mat, DiagonalType &diag, SubDiagonalType &subdiag, bool extractQ) |
| | Performs a full tridiagonalization in place.
|