#include <gsl_inte_qawo.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() .
Definition at line 659 of file gsl_inte_qawo.h.
Public Member Functions | |
virtual int | integ_err (func_t &func, double a, double b, param_t &pa, double &res, double &err2) |
Integrate function func from a to b and place the result in res and the error in err . | |
Protected Member Functions | |
virtual double | transform (func_t &func, double x, param_t &pa) |
Add the oscillating part to the integrand. | |
const char * | type () |
Return string denoting type ("gsl_inte_qawo_cos"). |
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