![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Multidimensional integration using plain Monte Carlo (GSL)
#include <gsl_monte.h>
Definition at line 60 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, 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) |
Integrate function func over the hypercube from ![]() ![]() ![]() | |
virtual const char * | type () |
Return string denoting type ("gsl_monte") |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).