ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
multimin_function.hpp File Reference
#include <gsl/gsl_multimin.h>
#include "vector.hpp"
#include <algorithm>
Include dependency graph for multimin_function.hpp:
This graph shows which files directly or indirectly include this file:

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...