summaryrefslogtreecommitdiff
path: root/numpy/fft/info.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-09-28 10:06:08 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-09-28 10:06:08 +0000
commitf9409c5e14dc38047365b30da7d1ee2f2084fc72 (patch)
tree468bccfe42bbd587ad6a235fe910f4c4b602ca5c /numpy/fft/info.py
parent7906451af30f3c29250937863b22199cf9f42dfd (diff)
downloadnumpy-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.py12
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