summaryrefslogtreecommitdiff
path: root/numpy/core/arrayprint.py
diff options
context:
space:
mode:
authorMark Wiebe <mwwiebe@gmail.com>2011-03-23 14:40:03 -0700
committerMark Wiebe <mwwiebe@gmail.com>2011-03-25 15:16:10 -0700
commit73ea5e7be76d77b6ac67b772b8770b0b12d67722 (patch)
treef9c68a60b88caf3e98e602806fed4b14a194f2a7 /numpy/core/arrayprint.py
parentcf42ec0dc81ad4e7b1a1929d12518297defebed7 (diff)
downloadnumpy-73ea5e7be76d77b6ac67b772b8770b0b12d67722.tar.gz
BUG: PyArray_CopyAndTranspose function was buggy (#766)
I don't expect fastCopyAndTranspose to be able to be much faster than using .T.copy(), since .T always returns a view. Thus, this function implements .T.copy() in C as a replacement for the buggy code.
Diffstat (limited to 'numpy/core/arrayprint.py')
0 files changed, 0 insertions, 0 deletions