qqbarthreshold is hosted by Hepforge, IPPP Durham
QQbar_threshold
integrate.hpp File Reference

Integration of real-valued functions. More...

Go to the source code of this file.

Classes

class  integrator< Integrand >
 Class for integrating a function of type Integrand. More...
 

Namespaces

 QQbar_threshold
 

Functions

template<class Integrand >
double integrate (Integrand I, double x_min, double x_max)
 Compute the integral of a function. More...
 
template<class Integrand >
integrator< Integrand > make_integrator (Integrand I)
 helper function to construct an integrator object More...
 

Detailed Description

Integration of real-valued functions.

This header provides a c++ interface to gsl quadpack integration

Author
Andreas Maier a.mai.nosp@m.er@t.nosp@m.um.de
Version
2.2.0

LICENSE

Copyright 2014, 2015, 2017 Andreas Maier

This file is part of the QQbar_threshold library.

The QQbar_threshold library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

The QQbar_threshold library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the QQbar_threshold library. If not, see http://www.gnu.org/licenses/.