fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
453 B
Text
8 lines
453 B
Text
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).
|