C++ demo for ODE solver using RK1 and RK2
- Makefile : type
maketo build the C++ example - RK.hpp : header file to define interfaces
- RK.cpp : imlementation of RK1(2) algorithms
- RKdemo.cpp : example program using the RK1(2) utilities above
Python examples
- RKdemo_mp.py : same solution using python/matplotlib
- RKdemo.py : same solution using python/ROOT graphics