|
template<typename... Args> |
auto | with_krylov_dim (Args &&... _value) -> std::decay_t< decltype(*(this->self()))> & |
|
template<typename... Args> |
auto | with_flexible (Args &&... _value) -> std::decay_t< decltype(*(this->self()))> & |
|
template<typename... Args> |
auto | with_ortho_method (Args &&... _value) -> std::decay_t< decltype(*(this->self()))> & |
|
auto | with_preconditioner (::gko::deferred_factory_parameter< preconditioner_type > factory) -> std::decay_t< decltype(*(this->self()))> & |
|
auto | with_generated_preconditioner (Args &&... _value) -> std::decay_t< decltype(*(this->self()))> & |
|
auto | with_criteria (Args &&... factories) -> std::decay_t< decltype(*(this->self()))> & |
|
auto | with_criteria (const std::vector< FactoryType > &factories) -> std::decay_t< decltype(*(this->self()))> & |
|
parameters_type & | with_loggers (Args &&... _value) |
| Provides the loggers to be added to the factory and its generated objects in a fluent interface.
|
|
std::unique_ptr< Factory > | on (std::shared_ptr< const Executor > exec) const |
| Creates a new factory on the specified executor.
|
|
|
size_type | krylov_dim {0u} |
| Krylov subspace dimension/restart value.
|
|
bool | flexible {false} |
| Flexible GMRES.
|
|
gmres::ortho_method | ortho_method {gmres::ortho_method::mgs} |
| Orthogonalization method.
|
|
std::shared_ptr< const LinOpFactory > | preconditioner |
| The preconditioner to be used by the iterative solver.
|
|
std::shared_ptr< const LinOp > | generated_preconditioner |
| Already generated preconditioner.
|
|
std::vector< std::shared_ptr< const stop::CriterionFactory > > | criteria |
| Stopping criteria to be used by the solver.
|
|
The documentation for this struct was generated from the following file: