|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|

Go to the source code of this file.
Classes | |
| class | gsl::monte::plain::state |
| Workspace for plain Monte Carlo integration. 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::plain |
| Plain Monte Carlo integration. | |
Functions | |
| int | gsl::monte::plain::init (gsl::monte::plain::state &state) |
| C++ version of gsl_monte_plain_init(). More... | |
| template<typename L , typename U > | |
| int | gsl::monte::plain::integrate (gsl::monte::function const &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_plain_integrate(). More... | |