Object-oriented Scientific Computing Library: Version 0.910
Public Member Functions | Protected Member Functions
gsl_inte_qagi< func_t > Class Template Reference

Integrate a function over the interval $ (-\infty,\infty) $ (GSL) More...

#include <gsl_inte_qagi.h>

Inheritance diagram for gsl_inte_qagi< func_t >:
gsl_inte_transform< func_t > gsl_inte_singular< func_t > gsl_inte_kronrod< func_t > gsl_inte inte< func_t >

Detailed Description

template<class func_t = funct>
class gsl_inte_qagi< func_t >

See GSL-based integration routines in the User's guide for general information about the GSL integration classes.

Definition at line 40 of file gsl_inte_qagi.h.

Public Member Functions

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

Protected Member Functions

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

Member Function Documentation

template<class func_t = funct>
virtual int gsl_inte_qagi< func_t >::integ_err ( func_t &  func,
double  a,
double  b,
double &  res,
double &  err 
) [inline, virtual]

The values a and b are ignored

Implements inte< func_t >.

Definition at line 50 of file gsl_inte_qagi.h.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.