mingrisch / compartmentmodels

Tracer-kinetic models for DCE MRI
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Accelerating numerics: Numba #35

Open mingrisch opened 9 years ago

mingrisch commented 9 years ago

this is an alternative to cython, using just-in-time compilation.

http://numba.pydata.org/

maybe that is easier to use and install than cython.