#include <gsl_vegas.h>
Definition at line 42 of file gsl_vegas.h.
Public Member Functions | |
virtual | ~gsl_vegas () |
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_vegas"). | |
Static Protected Member Functions | |
static double | gsl_func (double *x, size_t dim, void *pa) |
The GSL function pointer. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page