|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|

Go to the source code of this file.
Classes | |
| class | gsl::root::fsolver |
| Workspace for root finding without a derivative. More... | |
| class | gsl::root::fdfsolver |
| Workspace for root finding with a derivative. More... | |
Namespaces | |
| namespace | gsl |
| The gsl package creates an interface to the GNU Scientific Library for C++. | |
| namespace | gsl::root |
| One-dimensional root finding. | |
| namespace | gsl::root::test |
| Functions to test the precision of the current solution. | |
Functions | |
| int | gsl::root::test::interval (double x_lower, double x_upper, double epsabs, double epsrel) |
| C++ version of gsl_root_test_interval(). More... | |
| int | gsl::root::test::residual (double f, double epsabs) |
| C++ version of gsl_root_test_residual(). More... | |
| int | gsl::root::test::delta (double x1, double x0, double epsabs, double epsrel) |
| C++ version of gsl_root_test_delta(). More... | |