Scientific Reference
Please use the following publication for citing odeint in
scientific articles:
K. Ahnert and M. Mulansky, Odeint - Solving Ordinary Differential
Equations in C++, AIP Conf. Proc. 1389, pp. 1586-1589 (2011);
doi:http://dx.doi.org/10.1063/1.3637934
Online articles
- A codeproject article about the second version of odeint.
- A codeproject article about the first version of odeint.
- The generic Runge-Kutta algorithm used in odeint has
been introduced in the
german C++ forum.
- Blog-Entry of Jeff Trull on how to use odeint to simulate electrical
circuits.