![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Adaptive integration a function with finite limits of integration (GSL) More...
#include <gsl_inte_qawf.h>
The Fourier integral
is computed for some frequency parameter .
This class is exactly analogous to gsl_inte_qawf_sin . See that class documentation for more details.
Definition at line 385 of file gsl_inte_qawf.h.
Public Member Functions | |
virtual int | integ_err (func_t &func, double a, double b, double &res, double &err) |
Integrate function func from a to b and place the result in res and the error in err . | |
Protected Member Functions | |
virtual double | transform (double t, func_t &func) |
Add the oscillating part to the integrand. | |
const char * | type () |
Return string denoting type ("gsl_inte_qawf_cos") |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).