summaryrefslogtreecommitdiff
path: root/numpy/linalg/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix failing linalg.tests.test_det on 32-bit machines for csingle.cookedm2006-07-141-1/+5
| | | | | | This compares det() with the product of the eigenvalues, which were being calculated as csingles. Changing that to cdouble makes this work. I have no clue why this fails for 32-bit linux, but not 64-bit.
* numpy.linalg: fix bug where complex arrays weren't being returned.cookedm2006-07-141-8/+14
| | | | Also improved test cases.
* Add test cases for linalgcookedm2006-07-141-0/+80