Public Types | |
| typedef Backend | backend_type |
| typedef ChebyshevRelaxation< Backend > | Base |
| typedef Backend::params | backend_params |
| typedef Base::params | params |
| Public Types inherited from Arcane::Alina::ChebyshevRelaxation< Backend > | |
| typedef Backend::value_type | value_type |
| typedef Backend::vector | vector |
| typedef math::scalar_of< value_type >::type | scalar_type |
Public Member Functions | |
| DistributedChebyshevRelaxation (const DistributedMatrix< Backend > &A, const params &prm=params(), const backend_params &bprm=backend_params()) | |
| Public Member Functions inherited from 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. | |
Additional Inherited Members | |
| Public Attributes inherited from Arcane::Alina::ChebyshevRelaxation< Backend > | |
| struct Arcane::Alina::ChebyshevRelaxation::params | prm |
Definition at line 41 of file DistributedRelaxation.h.
| typedef Backend::params Arcane::Alina::DistributedChebyshevRelaxation< Backend >::backend_params |
Definition at line 46 of file DistributedRelaxation.h.
| typedef Backend Arcane::Alina::DistributedChebyshevRelaxation< Backend >::backend_type |
Definition at line 44 of file DistributedRelaxation.h.
| typedef ChebyshevRelaxation<Backend> Arcane::Alina::DistributedChebyshevRelaxation< Backend >::Base |
Definition at line 45 of file DistributedRelaxation.h.
| typedef Base::params Arcane::Alina::DistributedChebyshevRelaxation< Backend >::params |
Definition at line 47 of file DistributedRelaxation.h.
|
inline |
Definition at line 49 of file DistributedRelaxation.h.