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

Go to the source code of this file.

Classes

class  gsl::monte::function
 Class that extends gsl_monte_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::monte
 Monte Carlo integration.
 

Functions

template<typename T >
function gsl::monte::make_function (T &c, double(T::*f)(gsl::vector const &), size_t const dim)
 Make a gsl::monte::function from a function object and a suitable member function. More...