12 releases (6 breaking)

Uses old Rust 2015

0.7.0 Aug 23, 2017
0.6.1 Jul 14, 2017
0.5.2 Jul 7, 2017
0.2.2 Feb 3, 2017
0.1.0 Dec 20, 2016

#21 in #explicit


Used in dars

MIT license

365KB
939 lines

ndarray-odeint

docs.rs Build Status

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

Lorenz63 Attractor

Figures are plotted by matplotlib (see plot script).

Lyapunov Analysis

Accuracy Check

See Notebook

License

MIT-License, see LICENSE file.

Dependencies

~65MB
~872K SLoC