CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions
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

 funct
 

Functions

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