Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ma-fi-94/rk4

The classical 4th order Runge-Kutta solver, implemented in plain C for optimal performance. Also includes a wrapper library with Python bindings, so it may be called from within Python.
https://github.com/ma-fi-94/rk4

c-lib c-library ctypes ctypes-bindings ctypes-wrapper runge-kutta runge-kutta-4

Last synced: 15 days ago
JSON representation

The classical 4th order Runge-Kutta solver, implemented in plain C for optimal performance. Also includes a wrapper library with Python bindings, so it may be called from within Python.

Awesome Lists containing this project

README

        

# rk4
The classical 4th order Runge-Kutta solver, implemented in plain C for optimal performance. Also includes a wrapper library with Python bindings, so it may be called from within Python.