for the Rust programming language. This library provides a pure rust implementation of SciPy's solve_ivp function with slight modifications to the API to better fit Rust's design patterns. Radau: A ...
I wanted to explore ODEs by integrating them using the scipy routines. As a starting point I copied the example from the documentation (https://docs.scipy.org/doc ...
10. odeint: Integrates a system of ordinary differential equations. 11. solve_ivp: Solve an initial value problem for a system of ODEs.