APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
apfel::Integrator Member List

This is the complete list of members for apfel::Integrator, including all inherited members.

_funcapfel::Integratorprivate
_methodapfel::Integratorprivate
GAUSS_KRONROD enum valueapfel::Integrator
GAUSS_LEGENDRE enum valueapfel::Integrator
integrand(double const &x) constapfel::Integratorinline
integrate(double const &xmin, double const &xmax, double const &eps) constapfel::Integrator
integrate(double const &xmin, double const &xmax, std::vector< double > const &FixPts, double const &eps) constapfel::Integrator
integrate(std::vector< double > const &FixPts, double const &eps) constapfel::Integrator
integrate(double const &xmin, double const &xmax, int const &n=1) constapfel::Integrator
integrate(double const &xmin, double const &xmax, std::vector< double > const &FixPts, int const &n=1) constapfel::Integrator
integrate(std::vector< double > const &FixPts, int const &n=1) constapfel::Integrator
integrateGK(double const &xmin, double const &xmax) constapfel::Integratorprivate
integrateGK(double const &xmin, double const &xmax, int const &n) constapfel::Integratorprivate
integrateGL(double const &xmin, double const &xmax) constapfel::Integratorprivate
integrateGL(double const &xmin, double const &xmax, int const &n) constapfel::Integratorprivate
IntegrationMethod enum nameapfel::Integrator
Integrator(std::function< double(double const &)> const &func, IntegrationMethod const &method=GAUSS_KRONROD)apfel::Integrator
Method() constapfel::Integratorinline