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::Iteration Class Reference

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>

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

Classes

struct  parameters_type
class  Factory

Public Member Functions

const parameters_typeget_parameters () const

Static Public Member Functions

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

Friends

class EnablePolymorphicObject< Iteration, Criterion >

Detailed Description

The Iteration class is a stopping criterion which stops the iteration process after a preset number of iterations.

Note
to use this stopping criterion, it is required to update the iteration count for the ::check() method.

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