#include <gsl_inte_qagiu.h>
The number of subdivisions of the original interval which this class is allowed to make is dictated by the workspace size for the integration class, which can be set using gsl_inte_table::set_wkspace() .
if (!finite(area1)) area1=0.0;
Definition at line 49 of file gsl_inte_qagiu.h.
Public Member Functions | |
virtual double | integ (func_t &func, double a, double b, param_t &pa) |
Integrate function func from a to ![]() | |
virtual int | integ_err (func_t &func, double a, double b, param_t &pa, double &res, double &err2) |
Integrate function func from a to ![]() res and error err . | |
Protected Member Functions | |
virtual double | transform (func_t &func, double t, param_t &pa) |
Transform to ![]() | |
Protected Attributes | |
double | la |
Store the lower limit. |
virtual double integ | ( | func_t & | func, | |
double | a, | |||
double | b, | |||
param_t & | pa | |||
) | [inline, virtual] |
Integrate function func
from a
to .
The value b
is ignored.
Implements inte.
Definition at line 69 of file gsl_inte_qagiu.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 a
to giving result
res
and error err
.
The value b
is ignored.
Implements inte.
Definition at line 82 of file gsl_inte_qagiu.h.
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