The Time class is a stopping criterion which stops the iteration process after a certain amout of time has passed.
More...
#include <ginkgo/core/stop/time.hpp>
|
using | clock = std::chrono::system_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) |
|
Time * | copy_from (std::unique_ptr< 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 amout of time has passed.
The documentation for this class was generated from the following file: