summaryrefslogtreecommitdiff
path: root/numpy/linalg/tests
Commit message (Expand)AuthorAgeFilesLines
* STY: Cleanup test_linalg a bit.Charles Harris2011-05-101-22/+42
* TST: Add test for QR on empty arraySkipper Seabold2011-05-101-0/+5
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-8/+8
* STY: Replace old style classes in tests with classes subclassing object.Charles Harris2011-04-052-4/+4
* BUG: Python 2.4 doesn't accept the construction class foo():Charles Harris2011-04-051-1/+1
* BUG: fix tests in test_linalg.py. Do not subclass from TestCase.Ralf Gommers2011-04-031-6/+6
* BUG: linalg: lstsq should always return real residuals (#937)Pauli Virtanen2010-10-101-3/+80
* ENH: linalg: convert non-native endian arrays to native-endian before handing...Pauli Virtanen2010-05-111-0/+9
* ENH: Add slogdet to the linalg module. The patch is from njs withCharles Harris2010-05-051-0/+19
* DEP: Fix one more deprecated unittest function.Charles Harris2010-02-211-1/+1
* 3K: linalg: fix integer division issue and testsPauli Virtanen2010-02-211-1/+3
* ENH - added matrix_rank function to linalgMatthew Brett2009-12-221-1/+21
* linalg: support '0-norm' (scipy ticket #1037)Pauli Virtanen2009-11-061-0/+2
* Fix eigenvalue tests, the eigenvalues needed sorting.Charles Harris2009-03-271-8/+8
* BUG: fix #786, bad exception for wrong order for linalg.norm.David Cournapeau2009-03-022-6/+5
* Fix norm tests for single prec.David Cournapeau2009-03-021-11/+27
* Abstract away dtype for norm test.David Cournapeau2009-03-021-8/+14
* rename check_empty method to test_, so that is is picked up by nose.David Cournapeau2009-03-021-1/+1
* TEST: add tests for norm from #763.David Cournapeau2009-03-021-1/+41
* Use new-style classes with multiple-inheritance to address bug in IronPython.Stefan van der Walt2009-01-061-1/+1
* Trailing spaces.David Cournapeau2008-11-081-2/+2
* Fix fortrab ABI mismatch test.David Cournapeau2008-11-081-10/+11
* Detect gfrotran/g77 mismatch.David Cournapeau2008-11-081-1/+13
* Start working on test to detect fortran compiler mismatch.David Cournapeau2008-11-081-0/+35
* Added tests for eigenvalue/vector functions for Hermitian matrices..Alan McIntyre2008-07-141-0/+55
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-032-5/+1
* Restore old test framework classes.Alan McIntyre2008-06-212-2/+2
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-172-27/+30
* Fix ordering assumption in regression test.Charles Harris2008-05-211-2/+4
* Keep singular values and eigenvalues as 1D arrays until the matrix indexingCharles Harris2008-04-291-4/+0
* Fix test of lstsqr to work with matrix tests.Charles Harris2008-04-271-1/+1
* Add tests for matrix return types.Charles Harris2008-04-271-6/+38
* Make functions in linalg.py accept nestes lists.Charles Harris2008-04-271-8/+14
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-4/+4
* Added function for computing condition number, with tests and docs; closes #622.aarchiba2008-04-081-1/+16
* Test that matrix_power behaves correctly for boolean matrices.aarchiba2008-04-071-0/+4
* Factor out matrix_multiply from defmatrix. Based on a patch byStefan van der Walt2008-04-061-8/+62
* Add regression for #627.David Cournapeau2008-03-211-1/+12
* Add regression test for #662.David Cournapeau2008-03-211-1/+12
* Add regression test for ticket #652.David Cournapeau2008-03-211-0/+34
* Apply patch to fix ticket #557 (pinv causing error with empty arrays)Travis Oliphant2007-09-211-1/+10
* Fix failing linalg.tests.test_det on 32-bit machines for csingle.cookedm2006-07-141-1/+5
* numpy.linalg: fix bug where complex arrays weren't being returned.cookedm2006-07-141-8/+14
* Add test cases for linalgcookedm2006-07-141-0/+80