diff options
author | cookedm <cookedm@localhost> | 2006-02-21 22:56:16 +0000 |
---|---|---|
committer | cookedm <cookedm@localhost> | 2006-02-21 22:56:16 +0000 |
commit | bb23ed753f0548e79bf3371cc7c6a3ec81187bb4 (patch) | |
tree | 53ede1173e4ea5e2a6ea5685223c6ce1193d9f9a /numpy/testing/numpytest.py | |
parent | 5937d593cb1ed086236713db74828205b2002286 (diff) | |
download | numpy-bb23ed753f0548e79bf3371cc7c6a3ec81187bb4.tar.gz |
Fix up Tim's x**n optimizations
* do the reciprocal right for complex arrays
* use PyArray_Copy for x**1, instead of x.copy(). PyArray_SetNumericOps
can't find "copy" when multiarray is imported, so this wasn't called.
* some whitespace issues
* add some test cases for x**n
Diffstat (limited to 'numpy/testing/numpytest.py')
0 files changed, 0 insertions, 0 deletions