|
faunus
|

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 |
1.8.13