aboutsummaryrefslogtreecommitdiff
path: root/math/py-pyFFTW/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-pyFFTW/pkg-descr')
-rw-r--r--math/py-pyFFTW/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/py-pyFFTW/pkg-descr b/math/py-pyFFTW/pkg-descr
new file mode 100644
index 000000000000..93015938383d
--- /dev/null
+++ b/math/py-pyFFTW/pkg-descr
@@ -0,0 +1,10 @@
+pyFFTW is a pythonic wrapper around FFTW, the speedy FFT library. The ultimate
+aim is to present a unified interface for all the possible transforms that FFTW
+can perform.
+
+Both the complex DFT and the real DFT are supported, as well as on arbitrary
+axes of abitrary shaped and strided arrays, which makes it almost feature
+equivalent to standard and real FFT functions of numpy.fft (indeed, it supports
+the clongdouble dtype which numpy.fft does not).
+
+WWW: http://hgomersall.github.io/pyFFTW/