signals-cpp
Loading...
Searching...
No Matches
Integration.h File Reference
#include "signals/Signal.h"

Go to the source code of this file.

Classes

struct  Integrator< IntegratorType >
 Base type for all integrators. More...
 
struct  EulerIntegratorSpec
 Specification for numerically integrating a black box function using Euler's method. More...
 
struct  TrapezoidalIntegratorSpec
 Specification for numerically integrating a black box function using the Trapezoidal method. More...
 
struct  SimpsonIntegratorSpec
 Specification for numerically integrating a black box function using Simpson's method. More...
 

Macros

#define MAKE_INTEGRATOR(IntegratorName)
 

Typedefs

typedef Integrator< EulerIntegratorSpecEulerIntegrator
 
typedef Integrator< TrapezoidalIntegratorSpecTrapezoidalIntegrator
 
typedef Integrator< SimpsonIntegratorSpecSimpsonIntegrator
 

Macro Definition Documentation

◆ MAKE_INTEGRATOR

#define MAKE_INTEGRATOR ( IntegratorName)
Value:
Base type for all integrators.
Definition Integration.h:18

Typedef Documentation

◆ EulerIntegrator

◆ SimpsonIntegrator

◆ TrapezoidalIntegrator