Pyfft
FFT for PyCuda and PyOpenCL. The package is deprecated and its functionality is merged into Reikna.
Install / Use
/learn @fjarri-attic/PyfftREADME
THIS MODULE IS DEPRECATED. Its functionality has been moved to Reikna <http://python.org/pypi/reikna>.
The last version, 0.3.8 <https://pypi.python.org/pypi/pyfft/0.3.8>, will remain on PyPi for backward compatibility purposes.
PyFFT is a module containing Apple's FFT implementation ported for PyCuda and PyOpenCL.
Documentation can be found in doc, managed by Sphinx <http://sphinx.pocoo.org>_
(or, in rendered form, on project's page <http://packages.python.org/pyfft>_).
Module will work even if only one of PyCuda and PyOpenCL is present; that's why they are not added to dependencies, and it is your responsibility to install the module you need.
