diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-11-19 09:42:01 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-11-19 09:42:01 +0000 |
commit | 9d4947bde9737087af3c3d31ca538c2982f16daa (patch) | |
tree | 411e09d55ce31d5e9eec6a54f2ae248b3b67e036 /scipy/base/numeric.py | |
parent | a536768f167dd8c4ebb4083c9eab8e8e498df917 (diff) | |
download | numpy-9d4947bde9737087af3c3d31ca538c2982f16daa.tar.gz |
Improve writeable detection.
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 7322ba3a2..0c4a3cb4c 100644 --- a/scipy/base/numeric.py +++ b/scipy/base/numeric.py @@ -57,6 +57,7 @@ empty = multiarray.empty fromstring = multiarray.fromstring fromfile = multiarray.fromfile frombuffer = multiarray.frombuffer +newbuffer = multiarray.newbuffer where = multiarray.where concatenate = multiarray.concatenate fastCopyAndTranspose = multiarray._fastCopyAndTranspose |