1 #ifndef ODEINT_FACTORIES2_MAP_H_INCLUDED
2 #define ODEINT_FACTORIES2_MAP_H_INCLUDED
44 using State = OdeintTraits<>::State;
45 using System = OdeintTraits<State>::System;
46 using Solver = OdeintTraits<State>::Solver;
51 #endif // end_of_include_guard
Stores factory functions for odeint integrator algorithm.
Odeint traits header file.
Namespace for the core simulator.
A map to hold std::functions.
Interface/Implementation FunctionMap.