Path to this page:
./
wip/py-jitcode,
Just-in-Time Compilation for Ordinary Differential Equations
Branch: CURRENT,
Version: 0.2,
Package name: py312-jitcode-0.2,
Maintainer: jihbed.researchJiTCODE 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)
- (2024-09-19) Updated to version: py312-jitcode-0.2
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2023-02-13) Updated to version: py310-jitcode-0.2
- (2021-10-08) Updated to version: py39-jitcode-0.2