Welcome to the ODES scikit documentation!¶
The ODES scikit provides access to Ordinary Differential Equation (ODE) solvers
and Differential Algebraic Equation (DAE) solvers not included in scipy. A
convenience function scikits.odes.odeint.odeint()
is available for fast
and fire and forget integration. Object oriented class solvers
scikits.odes.ode.ode
and scikits.odes.dae.dae
are
available for fine control. Finally, the low levels solvers are also directly
exposed for specialised needs.
Detailed API documentation can be found here
Contents: