Crate ode_integrate

Source
Expand description

The crate ode_integrate is a collection of different solving techniques for general Ordinary Differential Equations (ODEs).

The solvers are written with generics such that they can be applied in many scenarios. Python bindings are provided with ode_solvers_python_bindings.

ODEs are accepted in the following form: f(y, dy, t, p)

Modulesยง

concepts
Abstract Concepts
methods
User Solving Functions
prelude
Quality of life Re-Exports
solvers
Solving Algorithms