Wrapper around eigen direct solvers. Plus de détails...
Graphe de collaboration de Arcane::Alina::EigenSolver< Solver >:Types publics | |
| typedef Solver::MatrixType | MatrixType |
| typedef Solver::Scalar | value_type |
| typedef Alina::detail::empty_params | params |
Fonctions membres publiques | |
| template<class Matrix> | |
| EigenSolver (const Matrix &A, const params &=params()) | |
| template<class Vec1, class Vec2> | |
| void | operator() (const Vec1 &rhs, Vec2 &x) const |
Fonctions membres publiques statiques | |
| static size_t | coarse_enough () |
Attributs privés | |
| ptrdiff_t | n |
| Solver | S |
Amis | |
| std::ostream & | operator<< (std::ostream &os, const EigenSolver &s) |
Wrapper around eigen direct solvers.
Définition à la ligne 50 du fichier EigenSolver.h.
| typedef Solver::MatrixType Arcane::Alina::EigenSolver< Solver >::MatrixType |
Définition à la ligne 54 du fichier EigenSolver.h.
| typedef Alina::detail::empty_params Arcane::Alina::EigenSolver< Solver >::params |
Définition à la ligne 57 du fichier EigenSolver.h.
| typedef Solver::Scalar Arcane::Alina::EigenSolver< Solver >::value_type |
Définition à la ligne 55 du fichier EigenSolver.h.
|
inline |
Définition à la ligne 65 du fichier EigenSolver.h.
|
inlinestatic |
Définition à la ligne 59 du fichier EigenSolver.h.
|
inline |
Définition à la ligne 79 du fichier EigenSolver.h.
|
friend |
Définition à la ligne 87 du fichier EigenSolver.h.
|
private |
Définition à la ligne 94 du fichier EigenSolver.h.
|
private |
Définition à la ligne 95 du fichier EigenSolver.h.