./wip/py-jitcode, Just-in-Time Compilation for Ordinary Differential Equations

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2, Package name: py310-jitcode-0.2, Maintainer: jihbed.research

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 a7s 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


Required to run:
[devel/py-setuptools] [math/py-sympy] [math/py-scipy] [math/py-numpy] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 87588efafa4e66b8791a18b41343f650b2dedb57
Filesize: 23.05 KB

Version history: (Expand)