gsl_inte_qawo_cos Class Template Reference

#include <gsl_inte_qawo.h>

Inheritance diagram for gsl_inte_qawo_cos:

gsl_inte_qawo_sin gsl_inte_cheb gsl_inte_transform gsl_inte_singular gsl_inte_kronrod gsl_inte_table inte gsl_inte

Detailed Description

template<class param_t, class func_t>
class gsl_inte_qawo_cos< param_t, func_t >

Adaptive integration a function with finite limits of integration (GSL).

Todo:
Verbose output has been setup for this class, but this needs to be done for the other GSL-like integrators

Definition at line 637 of file gsl_inte_qawo.h.


Public Member Functions

 gsl_inte_qawo_cos ()
virtual ~gsl_inte_qawo_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_qawo_cos").

The documentation for this class was generated from the following file:
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.