![]() |
Ginkgo Generated from branch based on main. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
|
Additional Inherited Members | |
![]() | |
using | factory |
![]() | |
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. | |
![]() | |
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. | |