|
template<typename... Args> |
auto | with_foci (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_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.
|
|
◆ default_initial_guess
template<typename ValueType = default_precision>
◆ foci
template<typename ValueType = default_precision>
std::pair<detail::coeff_type<value_type>, detail::coeff_type<value_type> > gko::solver::Chebyshev< ValueType >::parameters_type::foci {detail::coeff_type<value_type>{0}, detail::coeff_type<value_type>{1}} |
The pair of foci of ellipse, which covers the eigenvalues of preconditioned system.
It is usually a pair {lower bound of eigval, upper bound of eigval} of the preconditioned system if the preconditioned system only contains non-complex eigenvalues. The foci value must satisfy real(foci(1)) >= real(foci(0)).
The documentation for this struct was generated from the following file: