#include <gsl_monte.h>
Definition at line 62 of file gsl_monte.h.
Public Member Functions | |
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 double | minteg (func_t &func, size_t ndim, const vec_t &a, const vec_t &b, param_t &pa) |
Integrate function func over the hypercube from ![]() ![]() ![]() | |
virtual const char * | type () |
Return string denoting type ("gsl_monte"). |
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