ndarray-odeint-0.7.0 doesn't have any documentation.
ndarray-odeint
solve ODE with rust-ndarray
Algorithms
- explicit
- Euler
- Heun
- classical 4th order Runge-Kutta
- semi-implicit
- stiff RK4
Models
Basic chaotic dynamics are implemented as examples
- Lorenz three-variables system
- Lorenz 96 system
- Roessler system
- GOY shell model
Figures are plotted by matplotlib (see plot script).
Lyapunov Analysis
Accuracy Check
See Notebook
License
MIT-License, see LICENSE file.