faunus
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Faunus::Tabulate::TabulatorBase< T > Class Template Reference
Inheritance diagram for Faunus::Tabulate::TabulatorBase< T >:
Inheritance graph
[legend]

Classes

struct  data
 

Public Member Functions

void setTolerance (T _utol, T _ftol=-1, T _umaxtol=-1, T _fmaxtol=-1)
 
void setNumdr (T _numdr)
 

Protected Member Functions

T f1 (std::function< T(T)> f, T x) const
 
T f2 (std::function< T(T)> f, T x) const
 
void check () const
 

Protected Attributes

T utol = 1e-5
 
T ftol = -1
 
T umaxtol = -1
 
T fmaxtol = -1
 
T numdr = 0.0001
 

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