TR-mbed 1.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
DGMRES.h File Reference
#include "../../../../Eigen/Eigenvalues"

Go to the source code of this file.

Classes

struct  Eigen::internal::traits< DGMRES< _MatrixType, _Preconditioner > >
 
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...
 

Namespaces

namespace  Eigen
 Namespace containing all symbols from the Eigen library.
 
namespace  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.