1 #ifndef ODEINT_TRAITS_H_
2 #define ODEINT_TRAITS_H_
30 template<
typename S = std::vector<
double>>
35 using System = std::function<void (const State&, State&, const double)>;
36 using Solver = std::function<void (System, State&, double, double, double)>;
41 #endif // end_of_include_guard
Namespace for the core simulator.
Contains an odeint system, a state and a solver for it.