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

The Combined class is used to combine multiple criterions together through an OR operation. More...

#include <ginkgo/core/stop/combined.hpp>

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

Classes

struct  parameters_type
class  Factory

Public Member Functions

const parameters_typeget_parameters () const

Static Public Member Functions

static parameters_type build ()

Friends

class EnablePolymorphicObject< Combined, Criterion >

Detailed Description

The Combined class is used to combine multiple criterions together through an OR operation.

The typical use case is to stop the iteration process if any of the criteria is fulfilled, e.g. a number of iterations, the relative residual norm has reached a threshold, etc.


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