![]() |
APFEL 4.8.0
A PDF evolution library in C++
|
This is the complete list of members for apfel::Integrator, including all inherited members.
_func | apfel::Integrator | private |
_method | apfel::Integrator | private |
GAUSS_KRONROD enum value | apfel::Integrator | |
GAUSS_LEGENDRE enum value | apfel::Integrator | |
integrand(double const &x) const | apfel::Integrator | inline |
integrate(double const &xmin, double const &xmax, double const &eps) const | apfel::Integrator | |
integrate(double const &xmin, double const &xmax, std::vector< double > const &FixPts, double const &eps) const | apfel::Integrator | |
integrate(std::vector< double > const &FixPts, double const &eps) const | apfel::Integrator | |
integrate(double const &xmin, double const &xmax, int const &n=1) const | apfel::Integrator | |
integrate(double const &xmin, double const &xmax, std::vector< double > const &FixPts, int const &n=1) const | apfel::Integrator | |
integrate(std::vector< double > const &FixPts, int const &n=1) const | apfel::Integrator | |
integrateGK(double const &xmin, double const &xmax) const | apfel::Integrator | private |
integrateGK(double const &xmin, double const &xmax, int const &n) const | apfel::Integrator | private |
integrateGL(double const &xmin, double const &xmax) const | apfel::Integrator | private |
integrateGL(double const &xmin, double const &xmax, int const &n) const | apfel::Integrator | private |
IntegrationMethod enum name | apfel::Integrator | |
Integrator(std::function< double(double const &)> const &func, IntegrationMethod const &method=GAUSS_KRONROD) | apfel::Integrator | |
Method() const | apfel::Integrator | inline |