#include <gsl_miser.h>
Definition at line 42 of file gsl_miser.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 const char * | type () |
Return string denoting type ("gsl_miser"). | |
Protected Types | |
typedef struct gsl_miser::gm_parms_s | gm_parms |
Static Protected Member Functions | |
static double | gsl_func (double *x, size_t dim, void *pa) |
The GSL function pointer. | |
Data Structures | |
struct | gm_parms_s |
The parameters for the GSL function pointer. More... |
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