yat  0.21pre
Public Member Functions | List of all members
theplu::yat::utility::RootFinderDerivative::Delta Class Reference

#include <yat/utility/RootFinderDerivative.h>

Inheritance diagram for theplu::yat::utility::RootFinderDerivative::Delta:
theplu::yat::utility::RootFinderDerivative::Stopper

Public Member Functions

 Delta (double epsabs, double epsrel)
 
bool operator() (const gsl_root_fdfsolver *)
 

Detailed Description

wrapper around gsl_root_test_delta

Constructor & Destructor Documentation

◆ Delta()

theplu::yat::utility::RootFinderDerivative::Delta::Delta ( double  epsabs,
double  epsrel 
)
Parameters
epsabsabsolute tolerance
epsrelrelative tolerance

Member Function Documentation

◆ operator()()

bool theplu::yat::utility::RootFinderDerivative::Delta::operator() ( const gsl_root_fdfsolver *  )
virtual
Returns
true if search sequence x_0, x_1 satisfies $ |x_1 - x_0| < epsabs + epsrel |x_1| $

Implements theplu::yat::utility::RootFinderDerivative::Stopper.


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

Generated on Wed Jan 25 2023 03:34:29 for yat by  doxygen 1.8.14