summaryrefslogtreecommitdiff
path: root/numpy/linalg/tests/test_linalg.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Make sure that the `ord=0` case returns a float.John Kirkham2016-01-221-4/+1
* TST: Verify that `norm` is properly casting values to floats as needed.John Kirkham2016-01-221-0/+96
* MAINT: Replace assert with assert_(...) in some tests.Charles Harris2015-12-101-2/+2
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-2/+1
* BUG,ENH: allow linalg.cond to work on a stack of matricesSebastian Berg2015-09-251-2/+12
* STY: PEP8 and pyflakes fixes for numpy/linalg/tests.Charles Harris2015-07-251-76/+116
* MAINT: eigenvalues returned by eigh are ascendingalex2015-06-221-13/+11
* MAINT: notice that eigvalsh returns a sorted arrayalex2015-06-191-7/+3
* TST: Make the test for linalg matrix norms coverage completeRittaNarita2015-03-301-20/+23
* ENH: nuclear normalex2014-12-251-5/+24
* BUG: Xerbla doesn't get linked in 1.10-devel.Charles Harris2014-12-241-3/+6
* ENH: add `multi_dot`: dot with multiple arguments.Stefan Otte2014-11-101-2/+88
* MAINT: Stop repeatedly running duplicate tests.Eric Moore2014-10-171-0/+1
* ENH: Add keepdims to linalg.normEric Moore2014-10-171-0/+42
* 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
* 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-181-64/+64
* 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-171-34/+203
|\
| * 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
| * 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-061-1/+1
* Merge pull request #2965 from charris/fix-qr-modeCharles Harris2013-04-041-0/+104
|\
| * TST: Add more tests for qr factorization.Charles Harris2013-04-011-0/+104
* | 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 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
* 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