summaryrefslogtreecommitdiff
path: root/numpy/fft/helper.py
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Make fftshift and ifftshift accept integer arguments for the axesCharles Harris2010-05-101-0/+5
| | | | | value. The functions now match their documentation. Fixes ticket #1182, patch from rgommers.
* 3K: fft: fix integer division in (i)fftshiftPauli Virtanen2010-02-201-2/+2
|
* Docstring update: fftPauli Virtanen2009-10-021-16/+57
|
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵Pauli Virtanen2008-10-281-11/+54
| | | | they are still an improvement)
* Try to speed up fftfreq a bit.Travis Oliphant2008-02-281-3/+10
|
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-1/+1
|
* Optimize fftfreq.Stefan van der Walt2006-09-051-2/+2
|
* Many name-changes in oldnumeric. This may break some numpy code that was ↵Travis Oliphant2006-08-041-0/+66
using the oldnumeric interface.