|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
#include <algorithm>

Go to the source code of this file.
Classes | |
| class | gsl::multiroot::function_fdf |
| Class that extends gsl_multiroot_function_fdf so that it can be constructed from arbitrary function objects. More... | |
| struct | gsl::multiroot::function_fdf::Concept |
| This is an empty abstract base class. More... | |
Namespaces | |
| namespace | gsl |
| The gsl package creates an interface to the GNU Scientific Library for C++. | |
| namespace | gsl::multiroot |
| Namespace for multidimensional root finding. | |
Functions | |
| template<typename T > | |
| function_fdf | gsl::multiroot::make_function_fdf (T &t) |
| Make a gsl::multiroot::function_fdf from a function object that implements gsl::multiroot::function_fdf::Concept. More... | |