summaryrefslogtreecommitdiff
path: root/numpy/linalg/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: Xerbla doesn't get linked in 1.9 on Fedora 21.Charles Harris2014-12-241-3/+6
* TST: add more regression testing related to https://github.com/numpy/numpy/is...alex2014-05-261-0/+3
* BUG: svd ufunc typoalex2014-05-221-1/+9
* BUG: Delay npyiter size check when size may changeSebastian Berg2014-03-121-0/+6
* BUG: Fix wrong variable in test_build.py exception.Charles Harris2014-02-151-5/+5
* MAINT: linalg: prune unused routines from lapack_litePauli Virtanen2014-01-121-5/+5
* BUG: fix complex norm of higher orderJulian Taylor2014-01-021-0/+12
* BUG: linalg: norm fails on longdouble, signed intLars Buitinck2013-12-261-0/+12
* MAINT: Refactor eigh and eigvalsh and associated tests.Charles Harris2013-10-261-41/+50
* BUG: reject invalid UPLO with ValueError in eigh/eigvalshJulian Taylor2013-10-251-3/+29
* BUG: fix broken UPLO of eigh in python3Julian Taylor2013-10-251-1/+22
* TST: Initialize some arrays to to avoid valgrind warningsSebastian Berg2013-10-241-1/+1
* BUG: linalg: don't tell BLAS to use zero stridesPauli Virtanen2013-10-121-1/+31
* TST: linalg: better rtol choicePauli Virtanen2013-10-081-1/+5
* TST: linalg: add slightly bigger test case + don't catch KeyboardInterruptPauli Virtanen2013-10-081-1/+9
* MAINT: linalg: strip out unused gufuncs_linalg codePauli Virtanen2013-10-071-500/+0
* TST: linalg: add more comprehensive test cases for linalg funcsPauli Virtanen2013-10-071-223/+332
* BUG: Allos linalg.solve to handle zero equations.Sebastian Berg2013-10-011-0/+18
* MAINT: Make the qr raw mode test independent of the LAPACK library.Charles Harris2013-09-121-38/+22
* MAINT: Refactor test_xerbla to hide printed error messages.Charles Harris2013-09-111-36/+25
* STY: Giant comma spacing fixup.Charles Harris2013-08-183-109/+109
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-7/+7
* ENH: inv/solve work with empty inner and others empty outer arraySebastian Berg2013-08-041-0/+48
* STY: linalg: some PEP8 clean up.Warren Weckesser2013-06-041-34/+38
* ENH: linalg: allow the 'axis' argument of linalg.norm to be a 2-tuple, in whi...Warren Weckesser2013-06-041-3/+49
* ENH: linalg: Add the `axis` keyword to linalg.norm.Warren Weckesser2013-06-011-5/+24
* TST: linalg: make sure that running the xerbla test is safePauli Virtanen2013-05-121-1/+43
* Merge pull request #3220 from pv/linalg-guCharles Harris2013-04-172-34/+703
|\
| * TST: linalg: add tests for xerbla functionality (with and without GIL)Pauli Virtanen2013-04-131-1/+19
| * TST: linalg: test return types of generalized linalg routinesPauli Virtanen2013-04-121-0/+83
| * BUG: linalg: make umath_linalg to track errors from all inner loop iterationsPauli Virtanen2013-04-121-0/+13
| * BUG: linalg: fix Py3 syntaxPauli Virtanen2013-04-101-2/+2
| * MAINT: move umath_linalg under numpy/linalg and use the same lapack_litePauli Virtanen2013-04-101-0/+500
| * TST: linalg: add tests for generalized linalg functionsPauli Virtanen2013-04-101-34/+89
* | 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-2/+2
|/
* 2to3: Apply `print` fixer.Charles Harris2013-04-063-3/+3
* Merge pull request #2965 from charris/fix-qr-modeCharles Harris2013-04-042-0/+128
|\
| * TST: Add more tests for qr factorization.Charles Harris2013-04-012-0/+128
* | 2to3: Use absolute imports.Charles Harris2013-03-283-3/+3
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-013-0/+6
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-1/+1
* BUG: change default threshold for matrix_rankMatthew Brett2012-07-141-1/+16
* BUG: native but not '=' byte order error in lapackMatthew Brett2012-03-171-0/+22
* PY3: Fix FindDependenciesLdd "ResourceWarning: unclosed file".Charles Harris2012-03-121-1/+2
* 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