Monte Carlo integration.
More...
|
| namespace | miser |
| | Monte Carlo integration using MISER.
|
| |
| namespace | plain |
| | Plain Monte Carlo integration.
|
| |
| namespace | vegas |
| | Monte Carlo integration using VEGAS.
|
| |
|
| class | function |
| | Class that extends gsl_monte_function so that it can be constructed from arbitrary function objects. More...
|
| |
◆ make_function()
template<typename T >
| function gsl::monte::make_function |
( |
T & |
c, |
|
|
double(T::*)(gsl::vector const &) |
f, |
|
|
size_t const |
dim |
|
) |
| |
|
inline |
Make a gsl::monte::function from a function object and a suitable member function.
- Parameters
-
| c | The function object. |
| f | The member function. |
| dim | The number of parameters of the function. |
Definition at line 4407 of file monte.hpp.