simon596 / jitcode

Just-in-Time Compilation for Ordinary Differential Equations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JiTCODE stands for just-in-time compilation for ordinary differential equations and is an extension of SciPy’s ODE (scipy.integrate.ode). Where SciPy’s ODE takes a Python function as an argument, JiTCODE takes an iterable (or generator function) of SymPy expressions, which it translates to C code, compiles on the fly, and uses as the function to feed into SciPy’s ODE. If you want to integrate delay or stochastic differential equations, check out JiTCDDE, or JiTCSDE, respectively.

This work was supported by the Volkswagen Foundation (Grant No. 88463).

About

Just-in-Time Compilation for Ordinary Differential Equations

License:Other


Languages

Language:Python 93.0%Language:C 6.9%Language:Shell 0.1%