Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ma-fi-94/rk4
- Owner: Ma-Fi-94
- Created: 2022-10-09T12:11:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T19:49:26.000Z (about 1 year ago)
- Last Synced: 2023-11-03T20:27:03.385Z (about 1 year ago)
- Topics: c-lib, c-library, ctypes, ctypes-bindings, ctypes-wrapper, runge-kutta, runge-kutta-4
- Language: C
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.