solvr 0.2.0-beta.2

Advanced computing library for real-world problem solving - optimization, differential equations, interpolation, statistics, and more
Documentation
1
2
3
//! ODE solver algorithm implementations.
//! This module organizes code for solve_ivp method.
//! All implementations are delegated to impl_generic modules.