[Matrix-SIG] Python binding of FFTW package

Travis E. Oliphant Oliphant.Travis@mayo.edu
Thu, 18 Jun 1998 03:06:19 -0500


Hello,

I wanted to make anyone who is interested aware that I've wrapped up the
FFTW package (using SWIG) for use as an extension module for python and
NumPy.

Two versions are available: fftwF and fftwD for doing N-D (fast,
optionally in-place) FFT's in python on Complex-Float and ComplexDouble
arrays.

Let me know if you want the source code of the wrapper module which was
constructed with SWIG (with suitable uses of typemaps to point data to
NumPy) arrays.

Thanks,

Travis Oliphant