Classes | |
| class | EigenSolver< _MatrixType > |
| Eigen values/vectors solver for non selfadjoint matrices. More... | |
| class | HessenbergDecomposition< _MatrixType > |
| Reduces a squared matrix to an Hessemberg form. More... | |
| class | QR< MatrixType > |
| QR decomposition of a matrix. More... | |
| class | SelfAdjointEigenSolver< _MatrixType > |
| Eigen values/vectors solver for selfadjoint matrix. More... | |
| class | Tridiagonalization< _MatrixType > |
| Trigiagonal decomposition of a selfadjoint matrix. More... | |
This module mainly provides QR decomposition and an eigen value solver. This module also provides some MatrixBase methods, including:
1.8.6