![]() |
Ginkgo
Generated from tags/v1.0.0^0 branch based on master. Ginkgo version 1.0.0
A numerical linear algebra library targeting many-core architectures
|
The Iteration class is a stopping criterion which stops the iteration process after a preset number of iterations. More...
#include <ginkgo/core/stop/iteration.hpp>
Classes | |
class | Factory |
struct | parameters_type |
Public Member Functions | |
const parameters_type & | get_parameters () const |
![]() | |
std::unique_ptr< Iteration > | create_default (std::shared_ptr< const Executor > exec) const |
std::unique_ptr< Iteration > | create_default () const |
std::unique_ptr< Iteration > | clone (std::shared_ptr< const Executor > exec) const |
std::unique_ptr< Iteration > | clone () const |
Iteration * | copy_from (const PolymorphicObject *other) |
Iteration * | copy_from (std::unique_ptr< PolymorphicObject > other) |
Iteration * | clear () |
Static Public Member Functions | |
static auto | build () -> decltype(Factory ::create()) |
Friends | |
class | EnablePolymorphicObject< Iteration, Criterion > |
The Iteration class is a stopping criterion which stops the iteration process after a preset number of iterations.