![]() |
Eigen
5.0.1-dev+60122df6
|
This module mainly provides various eigenvalue solvers. This module also provides some MatrixBase methods, including:
Classes | |
| class | Eigen::ComplexEigenSolver< MatrixType_ > |
| Computes eigenvalues and eigenvectors of general complex matrices. More... | |
| class | ComplexQZ |
| Performs a QZ decomposition of a pair of matrices A, B. More... | |
| class | Eigen::ComplexSchur< MatrixType_ > |
| Performs a complex Schur decomposition of a real or complex square matrix. More... | |
| class | Eigen::EigenSolver< MatrixType_ > |
| Computes eigenvalues and eigenvectors of general matrices. More... | |
| class | Eigen::GeneralizedEigenSolver< MatrixType_ > |
| Computes the generalized eigenvalues and eigenvectors of a pair of general matrices. More... | |
| class | Eigen::GeneralizedSelfAdjointEigenSolver< MatrixType_ > |
| Computes eigenvalues and eigenvectors of the generalized selfadjoint eigen problem. More... | |
| class | Eigen::HessenbergDecomposition< MatrixType_ > |
| Reduces a square matrix to Hessenberg form by an orthogonal similarity transformation. More... | |
| struct | Eigen::internal::HessenbergDecompositionMatrixHReturnType< MatrixType > |
| Expression type for return value of HessenbergDecomposition::matrixH() More... | |
| class | Eigen::RealQZ< MatrixType_ > |
| Performs a real QZ decomposition of a pair of square matrices. More... | |
| class | Eigen::RealSchur< MatrixType_ > |
| Performs a real Schur decomposition of a square matrix. More... | |
| class | Eigen::SelfAdjointEigenSolver< MatrixType_ > |
| Computes eigenvalues and eigenvectors of selfadjoint matrices. More... | |
| class | Eigen::Tridiagonalization< MatrixType_ > |
| Tridiagonal decomposition of a selfadjoint matrix. More... | |