summaryrefslogtreecommitdiff
path: root/numpy/fft/fftpack.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵Pauli Virtanen2008-10-281-55/+58
| | | | they are still an improvement)
* Merge from documentation editor.Stefan van der Walt2008-08-051-58/+277
|
* using identity testing for NoneJarrod Millman2007-11-261-8/+10
|
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
|
* Refuse to compute FFT for invalid number of data points.Stefan van der Walt2006-11-201-0/+2
|
* Refer to "length of a" instead of "a" in fftpack docstrings.Stefan van der Walt2006-09-221-16/+17
|
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-1/+1
|
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-1/+1
|
* Many name-changes in oldnumeric. This may break some numpy code that was ↵Travis Oliphant2006-08-041-0/+323
using the oldnumeric interface.