The Time class is a stopping criterion which stops the iteration process after a certain amount of time has passed.
More...
#include <ginkgo/core/stop/time.hpp>
|
using | clock = std::chrono::steady_clock |
|
|
const parameters_type & | get_parameters () const |
|
std::unique_ptr< Time > | create_default (std::shared_ptr< const Executor > exec) const |
|
std::unique_ptr< Time > | create_default () const |
|
std::unique_ptr< Time > | clone (std::shared_ptr< const Executor > exec) const |
|
std::unique_ptr< Time > | clone () const |
|
Time * | copy_from (const PolymorphicObject *other) |
|
std::enable_if_t< std::is_base_of< PolymorphicObject, std::decay_t< Derived > >::value, Time > * | copy_from (std::unique_ptr< Derived > &&other) |
|
std::enable_if_t< std::is_base_of< PolymorphicObject, std::decay_t< Derived > >::value, Time > * | copy_from (const std::unique_ptr< Derived > &other) |
|
Time * | copy_from (const std::shared_ptr< const PolymorphicObject > &other) |
|
Time * | move_from (ptr_param< PolymorphicObject > other) |
|
Time * | clear () |
|
|
static auto | build () -> decltype(Factory ::create()) |
|
|
class | EnablePolymorphicObject< Time, Criterion > |
|
The Time class is a stopping criterion which stops the iteration process after a certain amount of time has passed.
The documentation for this class was generated from the following file: