summaryrefslogtreecommitdiff
path: root/numpy/fft/fftpack.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.