teqp 0.22.0
Loading...
Searching...
No Matches
teqp::iteration::StoppingCondition Class Referenceabstract

#include <iteration.hpp>

Inheritance diagram for teqp::iteration::StoppingCondition:
teqp::iteration::MaxAbsErrorCondition teqp::iteration::MinRelStepsizeCondition teqp::iteration::NanXDXErrorCondition teqp::iteration::NegativeXErrorCondition teqp::iteration::StepCountErrorCondition

Public Member Functions

virtual StoppingConditionReason stop (const StoppingData &)=0
 
virtual std::string desc ()=0
 

Detailed Description

The base class for a stopping condition test in iteration

The function stop returns either a StoppingConditionReason::keep_going to indicate that the stopping condition is not satisfied or another enumerated value to indicate whether successful or a failure

Definition at line 37 of file iteration.hpp.

Member Function Documentation

◆ desc()

◆ stop()


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