Ordinaray differential equation solver for ndarray.
- One Step ODE solver (can use Runge Kutta methods)
- Two Step Methods (Midpoint rules)
- peroxide version 0.32.1 (Automatic differentiation and ode)
- argmin version 0.8.0 (Splitting of ODE and Residual)
- Lectures at Friedrich Alexander Universität
See the examples directory. One can run for example:
cargo r -p keppler
Plotting works via python matplotlib and pyarrow. Storing of calculated data can be done with polars.
- Documentation
- Further classic integrators (currently only symplectic Euler)