|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|


Go to the source code of this file.
Classes | |
| class | gsl::multimin::function |
| Class that extends gsl_multimin_function so that it can be constructed from arbitrary function objects. 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 > | |
| function | gsl::multimin::make_function (T &c, double(T::*f)(gsl::vector const &), size_t const n) |
| Make a gsl::multimin::function from a function object and a suitable member function. More... | |
| template<typename T > | |
| function | gsl::multimin::make_function (T &c, double(T::*f)(gsl::vector const volatile &), size_t const n) |
| Make a gsl::multimin::function from a function object and a suitable member function. More... | |