Ginkgo Generated from branch based on main. Ginkgo version 1.11.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
gko::stop::Time Class Reference

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>

Inheritance diagram for gko::stop::Time:
[legend]
Collaboration diagram for gko::stop::Time:
[legend]

Classes

struct  parameters_type
class  Factory

Public Types

using clock = std::chrono::steady_clock

Public Member Functions

const parameters_typeget_parameters () const

Static Public Member Functions

static auto build () -> decltype(Factory::create())

Friends

class EnablePolymorphicObject< Time, Criterion >

Detailed Description

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: