Convergence test similar to gsl_root_test_interval()
for root_toms748.
More...
#include <root_toms748.h>
Definition at line 40 of file root_toms748.h.
Public Member Functions | |
gsl_tolerance (double tol_abs, double tol_rel) | |
bool | operator() (const T &a, const T &b) |
Private Attributes | |
double | epsabs |
double | epsrel |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).