ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
monte_miser.hpp File Reference
#include <new>
#include <gsl/gsl_monte_miser.h>
#include "monte.hpp"
Include dependency graph for monte_miser.hpp:

Go to the source code of this file.

Classes

class  gsl::monte::miser::state
 Workspace for Monte Carlo integration using the MISER algorithm. More...
 

Namespaces

namespace  gsl
 The gsl package creates an interface to the GNU Scientific Library for C++.
 
namespace  gsl::monte
 Monte Carlo integration.
 
namespace  gsl::monte::miser
 Monte Carlo integration using MISER.
 

Functions

int gsl::monte::miser::init (gsl::monte::miser::state &state)
 C++ version of gsl_monte_miser_init(). More...
 
template<typename L , typename U >
int gsl::monte::miser::integrate (gsl::monte::function &f, L const &xl, U const &xu, size_t const calls, gsl::rng &r, state &state, double &result, double &abserr)
 C++ version of gsl_monte_miser_integrate(). More...