summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* BUG: Delay npyiter size check when size may changeSebastian Berg2014-03-121-0/+6
* DOC: Fixed documentation on lstsq function on when it return an empty residua...Cimarron Mittelsteadt2014-03-061-1/+1
* BUG: Fix wrong variable in test_build.py exception.Charles Harris2014-02-151-5/+5
* MAINT: fix build warnings for umath_linalgRalf Gommers2014-01-191-25/+4
* BUG: fix build with single-threaded pythonUlrich Seidl2014-01-161-2/+8
* MAINT: linalg: prune unused routines from lapack_litePauli Virtanen2014-01-122-595/+6
* Merge pull request #3895 from larsmans/norm-dotCharles Harris2014-01-091-1/+6
|\
| * ENH: optimize complex vector normLars Buitinck2014-01-031-2/+6
| * ENH: use dot (BLAS!) in linalg.normLars Buitinck2013-10-111-1/+2
* | 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