|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|

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