|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|

Go to the source code of this file.
Classes | |
| class | gsl::monte::vegas::state |
| Workspace for Monte Carlo integration using the VEGAS 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::vegas |
| Monte Carlo integration using VEGAS. | |
Functions | |
| int | gsl::monte::vegas::init (gsl::monte::vegas::state &state) |
| C++ version of gsl_monte_vegas_init(). More... | |
| template<typename L , typename U > | |
| int | gsl::monte::vegas::integrate (gsl::monte::function &f, L &xl, U &xu, size_t const calls, gsl::rng &r, state &state, double &result, double &abserr) |
| C++ version of gsl_monte_vegas_integrate(). More... | |