File leapfrog.hpp
-
template<typename Point, typename NT, typename Polytope, typename func>
struct LeapfrogODESolver Public Types
Public Functions
-
inline LeapfrogODESolver(NT initial_time, NT step, pts initial_state, func oracle, bounds boundaries, bool adaptive_ = true)
-
inline void initialize()
-
inline void disable_adaptive()
-
inline void enable_adaptive()
-
inline void step(int k, bool accepted)
-
inline void print_state()
-
inline void steps(int num_steps, bool accepted)
-
inline LeapfrogODESolver(NT initial_time, NT step, pts initial_state, func oracle, bounds boundaries, bool adaptive_ = true)