Skip to main content

Just-in-Time Compilation for Ordinary Differential Equations

Project description

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 terms, which it translates to C code, compiles on the fly, and uses as the function to feed into SciPy’s ODE. This can result in a considerable speed boost, making the integration en par with purely compiled programs for large differential equations.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jitcode-0.2.tar.gz (23.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page