About Anaconda Help Download Anaconda

Runge-Kutta ODE Integrator Implemented in Cython and Numba.

copied from conda-forge / cyrk

Installers

  • linux-64 v0.13.5
  • osx-64 v0.13.5
  • win-64 v0.13.5

conda install

To install this package run one of the following:
conda install conda-forge::cyrk

Description

CyRK provides fast integration tools to solve systems of ODEs using an adaptive time stepping scheme. CyRK can accept differential equations that are written in pure Python, njited numba, or cython-based cdef functions. These kinds of functions are generally easier to implement than pure c functions and can be used in existing Python software. Using CyRK can speed up development time while avoiding the slow performance that comes with using pure Python-based solvers like SciPy's solve_ivp.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.9) Legal | Privacy Policy