diff options
author | Mark Wiebe <mwwiebe@gmail.com> | 2011-03-23 14:40:03 -0700 |
---|---|---|
committer | Mark Wiebe <mwwiebe@gmail.com> | 2011-03-25 15:16:10 -0700 |
commit | 73ea5e7be76d77b6ac67b772b8770b0b12d67722 (patch) | |
tree | f9c68a60b88caf3e98e602806fed4b14a194f2a7 /numpy/core/arrayprint.py | |
parent | cf42ec0dc81ad4e7b1a1929d12518297defebed7 (diff) | |
download | numpy-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