Downloads provided by UsageCounts
doi: 10.5281/zenodo.8191028 , 10.5281/zenodo.15132989 , 10.5281/zenodo.8329446 , 10.5281/zenodo.7093266 , 10.5281/zenodo.12769063 , 10.5281/zenodo.16883543 , 10.5281/zenodo.10656025 , 10.5281/zenodo.7093267 , 10.5281/zenodo.16856239 , 10.5281/zenodo.7506590 , 10.5281/zenodo.7493887 , 10.5281/zenodo.7794878 , 10.5281/zenodo.7683590
doi: 10.5281/zenodo.8191028 , 10.5281/zenodo.15132989 , 10.5281/zenodo.8329446 , 10.5281/zenodo.7093266 , 10.5281/zenodo.12769063 , 10.5281/zenodo.16883543 , 10.5281/zenodo.10656025 , 10.5281/zenodo.7093267 , 10.5281/zenodo.16856239 , 10.5281/zenodo.7506590 , 10.5281/zenodo.7493887 , 10.5281/zenodo.7794878 , 10.5281/zenodo.7683590
Runge-Kutta ODE Integrator Implemented in Cython and Numba CyRK provides fast integration tools to solve systems of ODEs using an adaptive time stepping scheme. CyRK can, usually, accept differential equation functions that are written in pure Python, njited numba, or cython-based cdef classes. These kinds of functions are generally easier to implement than pure c functions. Using CyRK can speed up development time while not making a huge sacrifice when it comes to performance. The purpose of this package is to provide some functionality of scipy's solve_ivp with greatly improved performance. Currently, CyRK's numba (njit-safe) implementation is 10-100x faster than scipy's solve_ivp function. The cython cyrk_ode function that works with python (or numba) functions is 5-40x faster than scipy. The cython CySolver class that works with cython-based cdef classes is 5-400x faster than scipy. An additional benefit of the two cython implementations is that they are pre-compiled. This avoids most of the start-up performance hit experienced by just-in-time compilers like numba. To install simply run: `pip install CyRK` from a terminal where python 3.8-3.11 has been installed. If you run into problems please check out the GitHub page for troubleshooting help or get in touch. CyRK is open-source and we encourage you to learn more and contribute to its development. Find out how you can help here.
ODE, Adaptive Time Stepping, Integrator, Cython, Runge-Kutta, System of ODE Solver, Numba, Python
ODE, Adaptive Time Stepping, Integrator, Cython, Runge-Kutta, System of ODE Solver, Numba, Python
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 1 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
| views | 71 | |
| downloads | 4 |

Views provided by UsageCounts
Downloads provided by UsageCounts