Expand description
Automatic ODE Solver Router
Provides a unified interface for solving ODEs using registry-based dispatch. Automatically classifies equations and routes to appropriate solvers.
Structsยง
- ODESolution
- ODE solution with metadata
- ODESolver
- Automatic ODE solver with intelligent routing
- Solution
Metadata - Solution metadata containing information about how the ODE was solved
- Solver
Config - Solver configuration options