mingrisch / compartmentmodels

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

get rid of cython (temporarily) #4

Closed mingrisch closed 9 years ago

mingrisch commented 9 years ago

rewrite the discrete convolution with an exponential in pure python/scipy.

ultimately, one should have both, and use the cython version when cython is available, and otherwise the numpy version.