This is a simple header-only C++ library for solving ordinary differential equations using the fixed-step 4th order Runge-Kutta method. It offers a rudimentary RK4 solver that is light-weight, fast ...