Runtime-configurable wrappers around iterative solvers. More...
Public Types | |
| typedef PropertyTree | params |
| typedef Backend::params | backend_params |
| typedef Backend::value_type | value_type |
| typedef math::scalar_of< value_type >::type | scalar_type |
| typedef Backend | backend_type |
| using | BackendType = backend_type |
Public Member Functions | |
| SolverRuntime (size_t n, params prm=params(), const backend_params &bprm=backend_params(), const InnerProduct &inner_product=InnerProduct()) | |
| template<class Matrix, class Precond, class Vec1, class Vec2> | |
| SolverResult | operator() (const Matrix &A, const Precond &P, const Vec1 &rhs, Vec2 &&x) const |
| template<class Precond, class Vec1, class Vec2> | |
| SolverResult | operator() (const Precond &P, const Vec1 &rhs, Vec2 &&x) const |
| size_t | bytes () const |
Public Attributes | |
| eSolverType | m_solver_type |
| SolverBase * | m_solver = nullptr |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const SolverRuntime &w) |
Runtime-configurable wrappers around iterative solvers.
Definition at line 145 of file SolverRuntime.h.
| typedef Backend::params Arcane::Alina::SolverRuntime< Backend, InnerProduct >::backend_params |
Definition at line 148 of file SolverRuntime.h.
| typedef Backend Arcane::Alina::SolverRuntime< Backend, InnerProduct >::backend_type |
Definition at line 151 of file SolverRuntime.h.
| using Arcane::Alina::SolverRuntime< Backend, InnerProduct >::BackendType = backend_type |
Definition at line 152 of file SolverRuntime.h.
| typedef PropertyTree Arcane::Alina::SolverRuntime< Backend, InnerProduct >::params |
Definition at line 147 of file SolverRuntime.h.
| typedef math::scalar_of<value_type>::type Arcane::Alina::SolverRuntime< Backend, InnerProduct >::scalar_type |
Definition at line 150 of file SolverRuntime.h.
| typedef Backend::value_type Arcane::Alina::SolverRuntime< Backend, InnerProduct >::value_type |
Definition at line 149 of file SolverRuntime.h.
|
inlineexplicit |
Definition at line 157 of file SolverRuntime.h.
|
inline |
Definition at line 181 of file SolverRuntime.h.
|
inline |
Definition at line 227 of file SolverRuntime.h.
|
inline |
Definition at line 187 of file SolverRuntime.h.
|
inline |
Definition at line 205 of file SolverRuntime.h.
|
friend |
Definition at line 210 of file SolverRuntime.h.
| SolverBase* Arcane::Alina::SolverRuntime< Backend, InnerProduct >::m_solver = nullptr |
Definition at line 155 of file SolverRuntime.h.
| eSolverType Arcane::Alina::SolverRuntime< Backend, InnerProduct >::m_solver_type |
Definition at line 154 of file SolverRuntime.h.