| 
    Jpp
    15.0.1-rc.1-highQE
    
   the software that should make you happy 
   | 
 
Auxiliary classes for numerical integration. More...
#include <cmath>#include "JTools/JConstants.hh"#include "JTools/JElement.hh"#include "JTools/JCollection.hh"Go to the source code of this file.
Classes | |
| class | JTOOLS::JQuadrature | 
| Type definition for numerical integration.  More... | |
| class | JTOOLS::JGaussLegendre | 
Numerical integrator for W(x) = 1.  More... | |
| class | JTOOLS::JGaussLaguerre | 
Numerical integrator for W(x) = x^a e^(-x).  More... | |
| class | JTOOLS::JGaussHermite | 
Numerical integrator for W(x) = e^-(x^2).  More... | |
| class | JTOOLS::JHenyeyGreenstein | 
Numerical integrator for W(x) = (1 + g^2 - 2gx)^a.  More... | |
| class | JTOOLS::JRayleigh | 
Numerical integrator for W(x) = (1 + g*x*x).  More... | |
| class | JTOOLS::JCotangent | 
Numerical integrator for W(x) = |x| / sqrt(1 - x*x)  More... | |
| class | JTOOLS::JBitangent | 
Numerical integrator for W(x) = |x| / sqrt(1 - x*x), x > 0  and W(x) = 1, x <= 0.  More... | |
Namespaces | |
| JTOOLS | |
| Auxiliary classes and methods for multi-dimensional interpolations and histograms.  | |
| JPP | |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).  | |
Typedefs | |
| typedef JElement2D< double,  double >  | JTOOLS::JElement2D_t | 
| Type definition of basic element for quadratures.  More... | |
Auxiliary classes for numerical integration.
Definition in file JQuadrature.hh.
 1.8.5