[Numpy-discussion] numpy ndarray questions

Sturla Molden sturla at molden.no
Tue Jan 27 07:07:21 EST 2009


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.




More information about the NumPy-Discussion mailing list