diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-10-14 07:30:24 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-10-14 07:30:24 +0000 |
commit | 0282cf783893d0bf8908120a1995af51eabb361b (patch) | |
tree | adaeef895cc6141f8ae6191f640892d7c5a67c63 /scipy/base/numeric.py | |
parent | 366fab195fb063e243b54994df6bb4b30b707f8c (diff) | |
download | numpy-0282cf783893d0bf8908120a1995af51eabb361b.tar.gz |
Removed mapiter from Python exposure.
Diffstat (limited to 'scipy/base/numeric.py')
-rw-r--r-- | scipy/base/numeric.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scipy/base/numeric.py b/scipy/base/numeric.py index 3f2688b4d..0d8c3f4cf 100644 --- a/scipy/base/numeric.py +++ b/scipy/base/numeric.py @@ -12,6 +12,7 @@ newaxis = None ndarray = multiarray.ndarray bigndarray = multiarray.bigndarray +flatiter = multiarray.flatiter ufunc = type(sin) arange = multiarray.arange |