#include <gsl_inte_qawf.h>
Definition at line 36 of file gsl_inte_qawf.h.
Public Member Functions | |
gsl_inte_qawf_sin () | |
virtual | ~gsl_inte_qawf_sin () |
virtual double | integ (func_t &func, double a, double b, param_t &pa) |
Integrate function func from a to b . | |
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 | |
int | qawf (func_t &func, const double a, const double epsabs, const size_t limit, double *result, double *abserr, param_t &pa) |
Desc. | |
virtual double | transform (func_t &func, double x, param_t &pa) |
Desc. | |
const char * | type () |
Return string denoting type ("gsl_inte_qawf_sin"). | |
Protected Attributes | |
gsl_integration_workspace * | cyclew |
Desc. |
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