integrate.hpp
Go to the documentation of this file.
Definition: alpha_s.hpp:37 double get_error() const Obtain absolute error of last integration. Definition: integrate.hpp:109 Class for integrating a function of type Integrand. Definition: integrate.hpp:68 double integrate(double a, double b, double epsabs=10e-8, double epsrel=10e-6) Integrate over the integrand specified during construction. Definition: integrate.hpp:95 integrator(Integrand in) Constructor. Definition: integrate.hpp:79 double get_num_evals() const Obtain number of evaluations during last integration. Definition: integrate.hpp:113 integrator< Integrand > make_integrator(Integrand I) helper function to construct an integrator object Definition: integrate.hpp:125 constexpr double e Electric charge of the electron in units of the positron charge. Definition: constants.hpp:70 double integrate(Integrand I, double x_min, double x_max) Compute the integral of a function. Definition: integrate.hpp:131 Generated on Fri Apr 27 2018 08:24:08 for QQbar_threshold by 1.8.13 |