24 #ifndef O2SCL_GSL_INTE_QAGIU_H 25 #define O2SCL_GSL_INTE_QAGIU_H 30 #include <o2scl/inte.h> 31 #include <o2scl/inte_qags_gsl.h> 33 #ifndef DOXYGEN_NO_O2NS 54 #ifndef DOXGYEN_INTERNAL 70 virtual int integ_err(func_t &func,
double a,
double b,
71 double &res,
double &err) {
76 #ifndef DOXYGEN_INTERNAL 82 double x=lower_limit+(1-t)/t, y=0.0;
91 #ifndef DOXYGEN_NO_O2NS The main O<span style='position: relative; top: 0.3em; font-size: 0.8em'>2</span>scl O$_2$scl names...
double lower_limit
The lower limit.
int qags(func_t &func, const double a, const double b, const double l_epsabs, const double l_epsrel, double *result, double *abserr)
Integration function.
virtual double transform(double t, func_t &func)
Transform to .
double tol_abs
The maximum absolute uncertainty in the value of the integral (default )
Integrate a function over the interval (GSL)
virtual int integ_err(func_t &func, double a, double b, double &res, double &err)
Integrate a function over the interval giving result res and error err.
double tol_rel
The maximum relative uncertainty in the value of the integral (default )