Readme
ode
This module provides numeric integrators for ordinary differential equations with usage similar to matlab integrators such as ode45.
- Free software: MIT license
- Documentation: http://ode-solver.readthedocs.io/.
- Integration methods:
-
- Euler's method
- Backward Euler method
- Verlet method:
For each integrator a generator and a standard version is included.