![]() |
APFEL 4.8.0
A PDF evolution library in C++
|
This is the complete list of members for apfel::Integrator2D, including all inherited members.
_func | apfel::Integrator2D | private |
_method | apfel::Integrator2D | private |
integrand(double const &x, double const &y) const | apfel::Integrator2D | inline |
integrate(double const &xmin, double const &xmax, double const &ymin, double const &ymax, double const &eps) const | apfel::Integrator2D | |
integrateGK(double const &xmin, double const &xmax, double const &ymin, double const &ymax) const | apfel::Integrator2D | |
integrateGL(double const &xmin, double const &xmax, double const &ymin, double const &ymax) const | apfel::Integrator2D | |
Integrator2D(std::function< double(double const &, double const &)> const &func, Integrator::IntegrationMethod const &method=Integrator::GAUSS_KRONROD) | apfel::Integrator2D |