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

Friends

class ::gko::EnablePolymorphicObject< Factory, ::gko::stop::CriterionFactory >
 
class ::gko::enable_parameters_type< parameters_type, Factory >
 

Additional Inherited Members

- Public Types inherited from gko::EnableDefaultFactory< ConcreteFactory, ConcreteCriterion, ParametersType, PolymorphicBase >
using product_type
 
using parameters_type
 
using polymorphic_base
 
using abstract_product_type
 
using components_type
 
- Public Types inherited from gko::EnablePolymorphicAssignment< ConcreteFactory >
using result_type
 
- Public Types inherited from gko::ConvertibleTo< ConcreteFactory >
using result_type
 
- Public Member Functions inherited from gko::EnableDefaultFactory< ConcreteFactory, ConcreteCriterion, ParametersType, PolymorphicBase >
std::unique_ptr< product_type > generate (Args &&... args) const
 
const parameters_type & get_parameters () const noexcept
 Returns the parameters of the factory.
 
std::unique_ptr< product_type > generate (Args &&... args) const
 
const parameters_type & get_parameters () const noexcept
 Returns the parameters of the factory.
 
- Public Member Functions inherited from gko::EnableAbstractPolymorphicObject< ConcreteFactory, PolymorphicBase >
std::unique_ptr< ConcreteFactory > create_default (std::shared_ptr< const Executor > exec) const
 
std::unique_ptr< ConcreteFactory > create_default () const
 
std::unique_ptr< ConcreteFactory > clone (std::shared_ptr< const Executor > exec) const
 
std::unique_ptr< ConcreteFactory > clone () const
 
ConcreteFactory * copy_from (const PolymorphicObject *other)
 
std::enable_if_t< std::is_base_of< PolymorphicObject, std::decay_t< Derived > >::value, ConcreteFactory > * copy_from (std::unique_ptr< Derived > &&other)
 
std::enable_if_t< std::is_base_of< PolymorphicObject, std::decay_t< Derived > >::value, ConcreteFactory > * copy_from (const std::unique_ptr< Derived > &other)
 
ConcreteFactory * copy_from (const std::shared_ptr< const PolymorphicObject > &other)
 
ConcreteFactory * move_from (ptr_param< PolymorphicObject > other)
 
ConcreteFactory * clear ()
 
- Public Member Functions inherited from gko::EnablePolymorphicAssignment< ConcreteFactory >
void convert_to (result_type *result) const override
 
void move_to (result_type *result) override
 
- Public Member Functions inherited from gko::ConvertibleTo< ConcreteFactory >
void convert_to (ptr_param< result_type > result) const
 
void move_to (ptr_param< result_type > result)
 
- Static Public Member Functions inherited from gko::EnableDefaultFactory< ConcreteFactory, ConcreteCriterion, ParametersType, PolymorphicBase >
static parameters_type create ()
 Creates a new ParametersType object which can be used to instantiate a new ConcreteFactory.
 
static parameters_type create ()
 Creates a new ParametersType object which can be used to instantiate a new ConcreteFactory.
 

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