Performance I: odeint vs cvode

October 27, 2015

The Sundials CVODE suite is an established, widely used C-library dedicated to solving ODEs. It provides variable-order, variable-step integration routines for stiff and non-stiff systems based on multi-step methods. In the following I will show a basic performance comparison of CVODE with odeint using the Lorenz model as a simple example system.

Read More