scikits.odes¶
scikits.odes¶
scikits.odes is a scikit offering a cython wrapper around some extra ode/dae solvers, so they can mature outside of scipy.
- It offers wrappers around the following solvers from SUNDIALS
CVODE
IDA
- It additionally offers wrappers around
ddaspk <http://www.netlib.org/ode/ddaspk.f> (included)
lsodi <http://www.netlib.org/ode/lsodi.f> (included)