summaryrefslogtreecommitdiff
path: root/numpy/linalg/linalg.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10890 from eric-wieser/linalg-lstsq-ufuncMarten van Kerkwijk2018-04-201-10/+2
|\
| * MAINT: compute residuals inside the ufuncEric Wieser2018-04-171-10/+2
* | Merge pull request #10878 from mattip/devdocsRalf Gommers2018-04-161-1/+1
|\ \ | |/ |/|
| * update kwargs where neededmattip2018-04-111-1/+1
* | MAINT: Move lstsq to umath_linalgEric Wieser2018-04-101-50/+14
|/
* MAINT: Small grammar fixes to documentation.Charles Harris2018-02-131-2/+2
* BUG: linalg: fix corner-case behavior of cond() + use SVD if possiblePauli Virtanen2018-02-121-4/+33
* DOC: Record when axis was added to linalg.norm (#10426)Matheus Vieira Portela2018-01-181-0/+3
* Merge pull request #10390 from eric-wieser/fix-10364Charles Harris2018-01-121-2/+4
|\
| * BUG: Avoid unintentional promotion to `float`, and do ops in place for speedEric Wieser2018-01-111-1/+3
| * ENH: Preserve norm dtype for order 0Eric Wieser2018-01-101-1/+1
* | DOC: typo fix in numpy.linalg.det docstring. (#10333)Tyler Reddy2018-01-051-1/+1
|/
* STY: Fix PEP8 vertical alignment violation.Charles Harris2017-11-091-1/+1
* MAINT: Avoid extra copies in linalg.lstsqEric Wieser2017-11-081-4/+4
* DOC: Fix incorrect shape in documentationEric Wieser2017-11-081-1/+1
* MAINT: collect together type manglingEric Wieser2017-11-071-2/+4
* MAINT: Remove similar branches from linalg.lstsqEric Wieser2017-11-071-20/+27
* BUG: Ensure lstsq can handle RHS with all sizes.Marten van Kerkwijk2017-11-061-7/+1
* MAINT: Remove unused isscalar importEric Wieser2017-10-211-1/+1
* MAINT: Remove workarounds for gh-9527Eric Wieser2017-10-181-12/+3
* DOC: Refine SVD documentation (#9845)Toon Verstraelen2017-10-181-48/+89
* DOC: Make qr options render correctly as list.Charles Harris2017-10-161-7/+7
* ENH: add hermitian=False kwarg to matrix_powerCJ Carey2017-09-161-7/+16
* ENH: Broadcast the second argument of matrix_rank to match pinvEric Wieser2017-09-121-5/+10
* BUG: Fix pinv on matrix stacksEric Wieser2017-09-121-26/+49
* MAINT: Remove use of int as booleanEric Wieser2017-09-121-2/+2
* MAINT: Remove global statementSrinivas Reddy Thatiparthy2017-08-311-7/+5
* ENH: Warn to change lstsq default for rcondSebastian Berg2017-08-191-1/+22
* MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-101-4/+2
* MAINT: Remove unneeded asfarrayEric Wieser2017-08-061-12/+1
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* MAINT: Remove python side empty array handling from linalgSebastian Berg2017-04-291-37/+0
* Merge pull request #8682 from eric-wieser/stack-matrix_rankCharles Harris2017-04-121-6/+4
|\
| * ENH: allow argument to matrix_rank to be stackedEric Wieser2017-02-241-6/+4
* | DOC: Fix "invalid section header" warning in "linalg.multi_dot" docstring.Michael Seifert2017-03-261-8/+7
* | MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-6/+5
* | ENH: Implement most linalg operations for 0x0 matricesEric Wieser2017-03-041-9/+29
* | MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-6/+6
|/
* Merge pull request #8584 from eric-wieser/resolve_axisMarten van Kerkwijk2017-02-211-7/+3
|\
| * MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-201-7/+3
* | BUG: prevent np.linalg.eigh ValueError when given a 0x0 arrayEric Wieser2016-12-191-0/+1
* | BUG: Raise LinAlgError from lstsq rather than a math domain error from math.logEric Wieser2016-12-191-0/+9
* | BUG: prevent np.linalg.eig ValueError when given a 0x0 arrayEric Wieser2016-12-191-0/+1
|/
* Merge pull request #8098 from stuartarchibald/wip/np_la_eigh_doc_enhanceCharles Harris2016-11-041-2/+47
|\
| * DOC: Remove "deprecated" from eigvalsh UPLO.Charles Harris2016-11-041-2/+2
| * DOC: Enhance description/usage for np.linalg.eig*hStuart Archibald2016-09-291-1/+46
* | Merge pull request #8103 from mattip/pypy-fixesNathaniel J. Smith2016-10-081-1/+1
|\ \
| * | ENH: remove stray comma that made the msg a tupleMatti Picus2016-10-011-1/+1
| |/
* | DOC: Fix "See also" links in linalg.wrwrwr2016-10-031-2/+2
|/