Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix failing linalg.tests.test_det on 32-bit machines for csingle. | cookedm | 2006-07-14 | 1 | -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. | cookedm | 2006-07-14 | 1 | -8/+14 | |
| | | | | Also improved test cases. | |||||
* | Add test cases for linalg | cookedm | 2006-07-14 | 1 | -0/+80 | |