#include <gsl_monte.h>
Definition at line 42 of file gsl_monte.h.
Public Member Functions | |
virtual | ~gsl_monte () |
virtual int | minteg_err (func_t &func, size_t ndim, const vec_t &a, const vec_t &b, param_t &pa, double &res, double &err) |
Integrate function func from x=a to x=b. | |
virtual const char * | type () |
Return string denoting type ("gsl_monte"). | |
Static Protected Member Functions | |
static double | gsl_func (double *x, size_t dim, void *pa) |
The GSL function pointer. |