summaryrefslogtreecommitdiff
path: root/scipy/base/numeric.py
diff options
context:
space:
mode:
Diffstat (limited to 'scipy/base/numeric.py')
-rw-r--r--scipy/base/numeric.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scipy/base/numeric.py b/scipy/base/numeric.py
index ef7c38627..832a0bd15 100644
--- a/scipy/base/numeric.py
+++ b/scipy/base/numeric.py
@@ -18,6 +18,7 @@ fromfile = multiarray.fromfile
frombuffer = multiarray.frombuffer
where = multiarray.where
concatenate = multiarray.concatenate
+fastCopyAndTranspose = multiarray._fastCopyAndTranspose
#def where(condition, x=None, y=None):
# """where(condition,x,y) is shaped like condition and has elements of x and
# y where condition is respectively true or false.