#include <gsl_inte_qawf.h>
Definition at line 353 of file gsl_inte_qawf.h.
Public Member Functions | |
gsl_inte_qawf_cos () | |
virtual | ~gsl_inte_qawf_cos () |
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) |
Desc. | |
const char * | type () |
Return string denoting type ("gsl_inte_qawf_cos"). |