#include "Math/AllIntegrationTypes.h"
#include "Math/Functor.h"
#include "Math/Integrator.h"
#include <cmath>
#include <memory>
#include <vector>
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) |