Public Types | |
| typedef SolverRuntime< Backend, InnerProduct > | Base |
| Public Types inherited from Arcane::Alina::SolverRuntime< Backend, DistributedInnerProduct > | |
| 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 |
Additional Inherited Members | |
| Public Member Functions inherited from Arcane::Alina::SolverRuntime< Backend, DistributedInnerProduct > | |
| SolverRuntime (size_t n, params prm=params(), const backend_params &bprm=backend_params(), const DistributedInnerProduct &inner_product=DistributedInnerProduct()) | |
| SolverResult | operator() (const Matrix &A, const Precond &P, const Vec1 &rhs, Vec2 &&x) const |
| size_t | bytes () const |
| Public Attributes inherited from Arcane::Alina::SolverRuntime< Backend, DistributedInnerProduct > | |
| eSolverType | m_solver_type |
| SolverBase * | m_solver |
Definition at line 39 of file DistributedSolverRuntime.h.
| typedef SolverRuntime<Backend, InnerProduct> Arcane::Alina::DistributedSolverRuntime< Backend, InnerProduct >::Base |
Definition at line 42 of file DistributedSolverRuntime.h.