LICENSE.md
MANIFEST.in
README.md
_build_cyrk.py
cython_extensions.json
pyproject.toml
setup.py
CyRK/__init__.py
CyRK/_test.py
CyRK/helper.py
CyRK.egg-info/PKG-INFO
CyRK.egg-info/SOURCES.txt
CyRK.egg-info/dependency_links.txt
CyRK.egg-info/requires.txt
CyRK.egg-info/top_level.txt
CyRK/array/__init__.pxd
CyRK/array/__init__.py
CyRK/array/__init__.pyx
CyRK/array/interp.c
CyRK/array/interp.pxd
CyRK/array/interp.pyx
CyRK/array/interp_common.c
CyRK/cy/__init__.pxd
CyRK/cy/__init__.py
CyRK/cy/__init__.pyx
CyRK/cy/common.c
CyRK/cy/common.pxd
CyRK/cy/common.pyx
CyRK/cy/cyrk.c
CyRK/cy/cyrk.pyx
CyRK/cy/cysolver.c
CyRK/cy/cysolver.pxd
CyRK/cy/cysolver.pyx
CyRK/cy/cysolvertest.c
CyRK/cy/cysolvertest.pyx
CyRK/cy/rk_step.c
CyRK/nb/__init__.py
CyRK/nb/dop_coefficients.py
CyRK/nb/nbrk.py
CyRK/rk/__init__.py
CyRK/rk/rk.c
CyRK/rk/rk.pxd
CyRK/rk/rk.pyx
CyRK/rk/rk_constants.c
CyRK/rk/rk_constants.pxd
CyRK/rk/rk_constants.pyx
CyRK/utils/utils.c
CyRK/utils/utils.pxd
CyRK/utils/utils.pyx
Performance/lorenz.py
Performance/lotkavolterra.py
Performance/pendulum.py
Performance/performance.py
Tests/A_Package_Tests/test_package.py
Tests/B_Other_Tests/test_array.py
Tests/B_Other_Tests/test_helpers.py
Tests/C_Cython_Tests/test_a_cyrk_ode.py
Tests/C_Cython_Tests/test_b_cysolver.py
Tests/C_Cython_Tests/test_c_cython.py
Tests/C_Cython_Tests/test_d_cy_extra_output.py
Tests/C_Cython_Tests/test_e_cy_readonly.py
Tests/C_Cython_Tests/test_f_cysolver_resolve.py
Tests/C_Cython_Tests/test_g_cysolver_change_param.py
Tests/C_Cython_Tests/test_h_cysolver_forcefail.py
Tests/D_Numba_Tests/test_a_numba.py
Tests/D_Numba_Tests/test_b_nb_extra_output.py