Expand description
ODE solver interface
This module provides the main interface for solving ODEs.
Functionsยง
- solve_
ivp - Solve an initial value problem (IVP) for a system of ODEs.
- solve_
ivp_ with_ events - Solve an initial value problem (IVP) for a system of ODEs with event detection.