On 1/27/2009 12:37 PM, Sturla Molden wrote:

> It is easy to use function's like fftw_malloc with NumPy:

Besides this, if I were to write a wrapper for FFTW in Python, I would 
consider wrapping FFTW's Fortran interface with f2py.

It is probably safer, as well as faster, than using ctypes. It would 
also allow the FFTW library to be linked statically to the Python 
extension, avoiding DLL hell.

S.M.

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to