gsl_inte_qagi Class Template Reference

#include <gsl_inte_qagi.h>

Inheritance diagram for gsl_inte_qagi:

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_qagi< param_t, func_t >

Integrate a function from $ -\infty $ to $ \infty $ (GSL).

Definition at line 36 of file gsl_inte_qagi.h.


Public Member Functions

virtual double integ (func_t &func, double a, double b, param_t &pa)
 Integrate function func from $ -\infty $ to $ \infty $.
virtual int integ_err (func_t &func, double a, double b, param_t &pa, double &res, double &err2)
 Integrate function func from $ \infty $ to $ \infty $ giving result res and error err.

Protected Member Functions

virtual double transform (func_t &func, double t, param_t &pa)
 Tranformation to $ t \in (0,1] $.

Member Function Documentation

virtual double integ ( func_t &  func,
double  a,
double  b,
param_t &  pa 
) [inline, virtual]

Integrate function func from $ -\infty $ to $ \infty $.

The values given in a and b are ignored

Reimplemented from inte.

Definition at line 46 of file gsl_inte_qagi.h.

virtual int integ_err ( func_t &  func,
double  a,
double  b,
param_t &  pa,
double &  res,
double &  err2 
) [inline, virtual]

Integrate function func from $ \infty $ to $ \infty $ giving result res and error err.

The values a and b are ignored

Reimplemented from inte.

Definition at line 58 of file gsl_inte_qagi.h.


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.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page