![]() |
Ginkgo Generated from branch based on master. Ginkgo version 1.7.0
A numerical linear algebra library targeting many-core architectures
|
Additional Inherited Members | |
![]() | |
using | factory = Factory |
![]() | |
auto | with_max_iterations (Args &&... _value) -> std::decay_t< decltype(*(this->self()))> & |
auto | with_tolerance (Args &&... _value) -> std::decay_t< decltype(*(this->self()))> & |
auto | with_tolerance_type (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()))> & |
![]() | |
template<typename... Args> | |
ConcreteParametersType & | 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. | |
![]() | |
int | max_iterations |
Default maximum number iterations allowed. | |
double | tolerance |
Default residual tolerance. | |
::gko::batch::stop::tolerance_type | tolerance_type |
To specify which type of tolerance check is to be considered, absolute or relative (to the rhs l2 norm) | |
std::shared_ptr< const BatchLinOpFactory > | preconditioner |
The preconditioner to be used by the iterative solver. | |
std::shared_ptr< const BatchLinOp > | generated_preconditioner |
Already generated preconditioner. | |