#include <Eigen/Eigenvalues>
Go to the source code of this file.
Classes | |
class | Eigen::DGMRES< _MatrixType, _Preconditioner > |
A Restarted GMRES with deflation. This class implements a modification of the GMRES solver for sparse linear systems. The basis is built with modified Gram-Schmidt. At each restart, a few approximated eigenvectors corresponding to the smallest eigenvalues are used to build a preconditioner for the next cycle. This preconditioner for deflation can be combined with any other preconditioner, the IncompleteLUT for instance. The preconditioner is applied at right of the matrix and the combination is multiplicative. More... | |
class | Eigen::DGMRES< _MatrixType, _Preconditioner > |
A Restarted GMRES with deflation. This class implements a modification of the GMRES solver for sparse linear systems. The basis is built with modified Gram-Schmidt. At each restart, a few approximated eigenvectors corresponding to the smallest eigenvalues are used to build a preconditioner for the next cycle. This preconditioner for deflation can be combined with any other preconditioner, the IncompleteLUT for instance. The preconditioner is applied at right of the matrix and the combination is multiplicative. More... | |
struct | Eigen::internal::solve_retval< DGMRES< _MatrixType, _Preconditioner >, Rhs > |
struct | Eigen::internal::traits< DGMRES< _MatrixType, _Preconditioner > > |
Namespaces | |
Eigen | |
iterative scaling algorithm to equilibrate rows and column norms in matrices | |
Eigen::internal | |
Functions | |
template<typename VectorType , typename IndexType > | |
void | Eigen::internal::sortWithPermutation (VectorType &vec, IndexType &perm, typename IndexType::Scalar &ncut) |
Computes a permutation vector to have a sorted sequence. More... | |