|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|


Go to the source code of this file.
Classes | |
| class | gsl::multimin::function_fdf |
| Class that extends gsl_multimin_function_fdf so that it can be constructed from arbitrary function objects. More... | |
| struct | gsl::multimin::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::multimin |
| Multidimensional minimisation. | |
Functions | |
| template<typename T > | |
| void | gsl::multimin::function_fdf_constructor (function_fdf &fdf, T &t) |
| template<typename T > | |
| function_fdf | gsl::multimin::make_function_fdf (T &t) |
| Make a gsl::multimin::function_fdf from a function object that implements gsl::multimin::function_fdf::Concept. More... | |