summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4149 from argriffing/doc-matrix-rankCharles Harris2014-01-021-0/+1
|\
| * DOC: more matrix_rank docsalex2013-12-261-0/+1
* | BUG: fix complex norm of higher orderJulian Taylor2014-01-022-1/+13
* | BUG: linalg: norm fails on longdouble, signed intLars Buitinck2013-12-262-4/+24
|/
* Merge pull request #3974 from juliantaylor/fenv-improveCharles Harris2013-11-061-3/+3
|\
| * ENH: avoid expensive clears in fenv functionsJulian Taylor2013-11-061-3/+3
* | MAINT: Refactor eigh and eigvalsh and associated tests.Charles Harris2013-10-262-47/+56
* | BUG: reject invalid UPLO with ValueError in eigh/eigvalshJulian Taylor2013-10-252-5/+35
* | BUG: fix broken UPLO of eigh in python3Julian Taylor2013-10-252-4/+26
* | TST: Initialize some arrays to to avoid valgrind warningsSebastian Berg2013-10-241-1/+1
|/
* MAINT: double underscores in Lapack-lite C moduleLars Buitinck2013-10-191-68/+70
* STY: linalg: fix C comment stylePauli Virtanen2013-10-121-6/+10
* BUG: linalg: don't tell BLAS to use zero stridesPauli Virtanen2013-10-122-6/+52
* 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-073-3109/+4
* BUG: linalg: fix eigvalsh return type (always real-valued)Pauli Virtanen2013-10-071-1/+1
* BUG: linalg: use correct BLAS incx convention in xCOPYPauli Virtanen2013-10-071-6/+22
* 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-012-4/+23
* BUG: fix small issues found with cppcheckJulian Taylor2013-09-291-1/+1
* 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-186-120/+120
* STY: Giant whitespace cleanup.Charles Harris2013-08-188-302/+299
* Merge pull request #2721 from abalkin/masterCharles Harris2013-08-151-1/+1
|\
| * Fixed a mistake in linalg.eig() documentation.Alexander Belopolsky2012-11-091-1/+1
* | ENH: inv/solve work with empty inner and others empty outer arraySebastian Berg2013-08-042-16/+82
* | MAINT: linalg: some more clean up in norm: 'nd' was defined but not usedWarren Weckesser2013-07-201-5/+4
* | BUG: linalg: norm was computing and then ignoring a productWarren Weckesser2013-07-191-2/+1
* | MAINT: Use np.errstate context manager.Charles Harris2013-07-111-5/+6
* | DOC: another minor tweak of linalg.lstsq doc stringFazlul Shahriar2013-06-131-1/+2
* | DOC: minor tweak of linalg.lstsq doc stringFazlul Shahriar2013-06-131-2/+1
* | DOC: fix typo in linalg.lstsq doc stringFazlul Shahriar2013-06-131-2/+2
* | MAINT: use PyOS_snprintf instead of snprintfChristoph Gohlke2013-06-091-1/+1
* | BUG: import longdouble instead of float128Julian Taylor2013-06-071-3/+3
* | typoargriffing2013-06-051-1/+1
* | MAINT: linalg: simplify the computation of the svd-based matrix norms, and tw...Warren Weckesser2013-06-051-11/+3
* | STY: linalg: some PEP8 clean up.Warren Weckesser2013-06-042-36/+40
* | ENH: linalg: allow the 'axis' argument of linalg.norm to be a 2-tuple, in whi...Warren Weckesser2013-06-042-19/+134
* | DOC: linalg: Improve the docstring of the new norm function.Warren Weckesser2013-06-021-3/+4
* | MAINT: linalg: removed unused imports from linalg.pyWarren Weckesser2013-06-011-5/+4
* | ENH: linalg: Add the `axis` keyword to linalg.norm.Warren Weckesser2013-06-012-19/+66
* | MAINT: fix some compiler warningsJulian Taylor2013-05-251-4/+4
* | Fix segfaultJay Bourque2013-05-141-1/+1
* | BLD: Fixes for building on win32 with MSVC 2008Mark Wiebe2013-05-131-1/+1
* | TST: linalg: make sure that running the xerbla test is safePauli Virtanen2013-05-121-1/+43
* | BLD: fix Bento build after umath_linalg move from core to linalg module.Ralf Gommers2013-05-042-7/+6
* | MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-022-4/+3
* | Merge pull request #3220 from pv/linalg-guCharles Harris2013-04-1718-47417/+130408
|\ \