Ginkgo Generated from branch based on main. Ginkgo version 1.10.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
gko::stop::Combined::parameters_type Struct Reference
Inheritance diagram for gko::stop::Combined::parameters_type:
[legend]
Collaboration diagram for gko::stop::Combined::parameters_type:
[legend]

Public Member Functions

template<typename... Args, typename = std::enable_if_t<::std::conjunction< std::is_convertible<Args, ::gko::deferred_factory_parameter< criteria_type>>...>::value>>
auto with_criteria (Args &&... factories) -> std::decay_t< decltype(*(this->self()))> &
template<typename FactoryType, typename = std::enable_if_t<std::is_convertible< FactoryType, ::gko::deferred_factory_parameter<criteria_type>>::value>>
auto with_criteria (const std::vector< FactoryType > &factories) -> std::decay_t< decltype(*(this->self()))> &
Public Member Functions inherited from gko::enable_parameters_type< parameters_type, Factory >
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.

Public Attributes

std::vector< std::shared_ptr< const CriterionFactory > > criteria {}
 Criterion factories to combine.

Additional Inherited Members

Public Types inherited from gko::enable_parameters_type< parameters_type, Factory >
using factory

The documentation for this struct was generated from the following file: