|
auto | with_solver (::gko::deferred_factory_parameter< solver_type > factory) -> std::decay_t< decltype(*(this->self()))> & |
|
template<typename... Args> |
auto | with_generated_solver (Args &&... _value) -> std::decay_t< decltype(*(this->self()))> & |
|
template<typename... Args> |
auto | with_relaxation_factor (Args &&... _value) -> std::decay_t< decltype(*(this->self()))> & |
|
template<typename... Args> |
auto | with_default_initial_guess (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.
|
|
◆ default_initial_guess
template<typename ValueType = default_precision>
◆ generated_solver
template<typename ValueType = default_precision>
std::shared_ptr<const LinOp> gko::solver::Ir< ValueType >::parameters_type::generated_solver {nullptr} |
Already generated solver.
If one is provided, the factory solver
will be ignored.
The documentation for this struct was generated from the following file: