diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-09-28 10:06:08 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-09-28 10:06:08 +0000 |
commit | f9409c5e14dc38047365b30da7d1ee2f2084fc72 (patch) | |
tree | 468bccfe42bbd587ad6a235fe910f4c4b602ca5c /numpy/fft/info.py | |
parent | 7906451af30f3c29250937863b22199cf9f42dfd (diff) | |
download | numpy-f9409c5e14dc38047365b30da7d1ee2f2084fc72.tar.gz |
Fix documentation of fft sub-package to eliminate references to refft.
Diffstat (limited to 'numpy/fft/info.py')
-rw-r--r-- | numpy/fft/info.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/numpy/fft/info.py b/numpy/fft/info.py index 4aa9b7d2c..c9ab599a4 100644 --- a/numpy/fft/info.py +++ b/numpy/fft/info.py @@ -13,12 +13,12 @@ Core FFT routines Real FFTs - refft - irefft - refft2 - irefft2 - refftn - irefftn + rfft + irfft + rfft2 + irfft2 + rfftn + irfftn Hermite FFTs |