![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Integrate a function over the interval (GSL)
More...
#include <gsl_inte_qagiu.h>
The integral on the unbounded interval is rewritten over the semi-open interval via a variable transformation,
and the right hand side is evaluated with gsl_inte_qags.
See GSL-based integration routines in the User's guide for general information about the GSL integration classes.
Definition at line 48 of file gsl_inte_qagiu.h.
Public Member Functions | |
virtual int | integ_err (func_t &func, double a, double b, double &res, double &err) |
Integrate a function over the interval ![]() res and error err . | |
Protected Member Functions | |
virtual double | transform (double t, func_t &func) |
Transform to ![]() | |
Protected Attributes | |
double | lower_limit |
The lower limit. |
virtual int gsl_inte_qagiu< func_t >::integ_err | ( | func_t & | func, |
double | a, | ||
double | b, | ||
double & | res, | ||
double & | err | ||
) | [inline, virtual] |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).