CMS 3D CMS Logo

Classes | Namespaces | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/PhysicsTools/Utilities/interface/NumericalIntegration.h File Reference

#include "Math/Functor.h"
#include "Math/Integrator.h"
#include "Math/AllIntegrationTypes.h"
#include <vector>
#include <cmath>
#include <memory>

Go to the source code of this file.

Classes

class  funct::GaussIntegrator
class  funct::GaussLegendreIntegrator
struct  funct::RootIntegrator
class  funct::TrapezoidIntegrator

Namespaces

namespace  funct

Functions

template<typename F >
double funct::trapezoid_integral (const F &f, double min, double max, unsigned int samples)