|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
Functions to test the precision of the current solution. More...
Functions | |
| int | interval (double x_lower, double x_upper, double epsabs, double epsrel) |
| C++ version of gsl_root_test_interval(). More... | |
| int | residual (double f, double epsabs) |
| C++ version of gsl_root_test_residual(). More... | |
| int | delta (double x1, double x0, double epsabs, double epsrel) |
| C++ version of gsl_root_test_delta(). More... | |
Functions to test the precision of the current solution.
|
inline |
|
inline |