Open
Description
Description
The scipy.integrate.ode module is currently used to step the system of ODEs forward in time. The functions which compute the time derivative of each solution variable are written in pure python/numpy. Can we improve the performance of the ODE integration with little effort?
- Consider supplying an analytic jacobian
- Consider moving physics routines to cython or decorate with numba.jit
Activity