bjodah/pyodesys
∫ Straightforward numerical integration of systems of ordinary differential equations
Provides a unified interface across multiple ODE solvers (SciPy, GSL, SUNDIALS, Boost) and symbolic backends (SymPy, SymEngine), automatically deriving Jacobians for implicit methods. Supports transparent code generation to optimized C++ for performance-critical applications like parameter fitting, eliminating the need to manually rewrite expressions in compiled languages.
96 stars and 15,807 monthly downloads. No commits in the last 6 months. Available on PyPI.
Stars
96
Forks
6
Language
Python
License
BSD-2-Clause
Category
Last pushed
Aug 23, 2025
Monthly downloads
15,807
Commits (30d)
0
Dependencies
7
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/bjodah/pyodesys"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
symforce-org/symforce
Fast symbolic computation, code generation, and nonlinear optimization for robotics
inducer/loopy
A code generator for array-based code on CPUs and GPUs
alphaville/optimization-engine
Nonconvex embedded optimization: code generation for fast real-time optimization + ROS support
inducer/islpy
Python wrapper for isl, an integer set library
loco-3d/crocoddyl
Crocoddyl is an optimal control library for robot control under contact sequence. Its solver is...