|
template<typename... Args> |
auto | with_criteria (Args &&... _value) const -> const std::decay_t< decltype(*this)> & |
|
template<typename... Args> |
auto | with_solver (Args &&... _value) const -> const std::decay_t< decltype(*this)> & |
|
template<typename... Args> |
auto | with_generated_solver (Args &&... _value) const -> const std::decay_t< decltype(*this)> & |
|
template<typename... Args> |
auto | with_relaxation_factor (Args &&... _value) const -> const std::decay_t< decltype(*this)> & |
|
std::unique_ptr< Factory > | on (std::shared_ptr< const Executor > exec) const |
| Creates a new factory on the specified executor. More...
|
|
◆ generated_solver
template<typename ValueType = default_precision>
std::shared_ptr<const LinOp> gko::solver::Ir< ValueType >::parameters_type::generated_solver { nullptr } |
|
mutable |
Already generated solver.
If one is provided, the factory solver
will be ignored.
The documentation for this struct was generated from the following file: