![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Integrate a function over the interval (GSL)
More...
#include <gsl_inte_qagi.h>
See GSL-based integration routines in the User's guide for general information about the GSL integration classes.
Definition at line 40 of file gsl_inte_qagi.h.
Public Member Functions | |
virtual int | integ_err (func_t &func, double a, double b, double &res, double &err) |
Integrate function func from ![]() ![]() res and error err . | |
Protected Member Functions | |
virtual double | transform (double t, func_t &func) |
Tranformation to ![]() |
virtual int gsl_inte_qagi< func_t >::integ_err | ( | func_t & | func, |
double | a, | ||
double | b, | ||
double & | res, | ||
double & | err | ||
) | [inline, virtual] |
The values a
and b
are ignored
Implements inte< func_t >.
Definition at line 50 of file gsl_inte_qagi.h.
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).