Graphe d'héritage de Arcane::Alina::DistributedChebyshevRelaxation< Backend >:
Graphe de collaboration de Arcane::Alina::DistributedChebyshevRelaxation< Backend >:Types publics | |
| typedef Backend | backend_type |
| typedef ChebyshevRelaxation< Backend > | Base |
| typedef Backend::params | backend_params |
| typedef Base::params | params |
Types publics hérités de Arcane::Alina::ChebyshevRelaxation< Backend > | |
| typedef Backend::value_type | value_type |
| typedef Backend::vector | vector |
| typedef math::scalar_of< value_type >::type | scalar_type |
Fonctions membres publiques | |
| DistributedChebyshevRelaxation (const DistributedMatrix< Backend > &A, const params &prm=params(), const backend_params &bprm=backend_params()) | |
Fonctions membres publiques hérités de Arcane::Alina::ChebyshevRelaxation< Backend > | |
| template<class Matrix> | |
| ChebyshevRelaxation (const Matrix &A, const params &prm, const typename Backend::params &backend_prm) | |
| Constructs smoother for the system matrix. | |
| template<class Matrix, class VectorRHS, class VectorX, class VectorTMP> | |
| void | apply_pre (const Matrix &A, const VectorRHS &rhs, VectorX &x, VectorTMP &) const |
| template<class Matrix, class VectorRHS, class VectorX, class VectorTMP> | |
| void | apply_post (const Matrix &A, const VectorRHS &rhs, VectorX &x, VectorTMP &) const |
| template<class Matrix, class VectorRHS, class VectorX> | |
| void | apply (const Matrix &A, const VectorRHS &rhs, VectorX &x) const |
| size_t | bytes () const |
| Memory used in bytes. | |
Membres hérités additionnels | |
Attributs publics hérités de Arcane::Alina::ChebyshevRelaxation< Backend > | |
| struct Arcane::Alina::ChebyshevRelaxation::params | prm |
Définition à la ligne 41 du fichier DistributedRelaxation.h.
| typedef Backend::params Arcane::Alina::DistributedChebyshevRelaxation< Backend >::backend_params |
Définition à la ligne 46 du fichier DistributedRelaxation.h.
| typedef Backend Arcane::Alina::DistributedChebyshevRelaxation< Backend >::backend_type |
Définition à la ligne 44 du fichier DistributedRelaxation.h.
| typedef ChebyshevRelaxation<Backend> Arcane::Alina::DistributedChebyshevRelaxation< Backend >::Base |
Définition à la ligne 45 du fichier DistributedRelaxation.h.
| typedef Base::params Arcane::Alina::DistributedChebyshevRelaxation< Backend >::params |
Définition à la ligne 47 du fichier DistributedRelaxation.h.
|
inline |
Définition à la ligne 49 du fichier DistributedRelaxation.h.