#include <gsl_inte_qagil.h>
Definition at line 36 of file gsl_inte_qagil.h.
Public Member Functions | |
virtual double | integ (func_t &func, double a, double b, param_t &pa) |
Integrate function func from ![]() b . | |
virtual int | integ_err (func_t &func, double a, double b, param_t &pa, double &res, double &err2) |
Integrate function func from ![]() b and place the result in res and the error in err2 . | |
Protected Member Functions | |
virtual double | transform (func_t &func, double t, param_t &pa) |
Transform to ![]() | |
Protected Attributes | |
double | lb |
Store the upper limit. |
virtual double integ | ( | func_t & | func, | |
double | a, | |||
double | b, | |||
param_t & | pa | |||
) | [inline, virtual] |
Integrate function func
from to
b
.
The value given in a
is ignored.
Reimplemented from inte.
Definition at line 55 of file gsl_inte_qagil.h.
virtual int integ_err | ( | func_t & | func, | |
double | a, | |||
double | b, | |||
param_t & | pa, | |||
double & | res, | |||
double & | err2 | |||
) | [inline, virtual] |
Integrate function func
from to
b
and place the result in res
and the error in err2
.
The value given in a
is ignored.
Reimplemented from inte.
Definition at line 68 of file gsl_inte_qagil.h.