summaryrefslogtreecommitdiff
path: root/numpy/linalg/linalg.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20156 from melissawm/fix-cond-docsCharles Harris2021-10-251-2/+2
|\
| * DOC: Clarify table contents in cond docstringmelissawm2021-10-221-4/+4
| * DOC: Fixed docstring for parameters 2 and -2 on linalg.condmelissawm2021-10-211-2/+2
* | MAINT: remove unused importsAlessia Marcolini2021-10-081-1/+1
|/
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-2/+2
* Merge pull request #19151 from czgdp1807/stack_matMatti Picus2021-07-141-66/+58
|\
| * removed redudancy in codeczgdp18072021-07-101-18/+8
| * Addressed testing reviewsczgdp18072021-06-241-2/+2
| * Addressed reviewsczgdp18072021-06-081-3/+7
| * documentation fixczgdp18072021-06-051-2/+2
| * resolved linting issuesczgdp18072021-06-051-1/+1
| * resolved linting issuesczgdp18072021-06-051-1/+2
| * removed trailing white spacesczgdp18072021-06-051-4/+4
| * linting issue fixedczgdp18072021-06-051-1/+2
| * documentation updatedczgdp18072021-06-051-8/+20
| * existing tests passedczgdp18072021-06-051-3/+16
| * ready for formal addition of tests and documentation updateczgdp18072021-06-041-44/+12
| * WIPczgdp18072021-06-041-42/+58
| * ENH: r, raw, economic now accept stacked matricesczgdp18072021-06-031-22/+9
* | Merge pull request #19102 from default-303/LGTM_unused_variablesMatti Picus2021-07-091-6/+0
|\ \
| * | MAINT: Removed 'if' block which served no purpose in core.py and removed '_li...default-3032021-05-261-4/+0
| * | MAINT: Removed suitable unused variables shown in LGTMdefault-3032021-05-261-2/+0
| |/
* | Merge branch 'main' into matrix_rank-doc-fixAaron Meurer2021-06-141-2/+3
|\ \ | |/
| * STY: Add spaces around '-'.Charles Harris2020-12-301-1/+1
| * DOC: add missing details to linalg.lstsq docstringNilo Kruchelski2020-12-301-2/+3
* | Fix some inconsistencies in the docstring of matrix_rankAaron Meurer2021-06-111-22/+22
|/
* Update numpy/linalg/linalg.pyEric Wieser2020-11-201-2/+2
* Update linalg.pyAlex Leontiev2020-11-201-4/+4
* Convert some strings to fstrignsJakob2020-10-241-1/+1
* DOC: clarify residuals return paramStefan Appelhoff2020-09-191-3/+3
* MAINT: Remove Duplicated Code (#16848)Wansoo Kim2020-07-141-4/+3
* DOC: cross-reference numpy.dot and numpy.linalg.multi_dotAndras Deak2020-06-211-1/+1
* ENH: update numpy.linalg.multi_dot to accept an `out` argument (#15715)sslivkoff2020-04-301-11/+25
* Added some chained exceptionsChris Holland2020-04-231-4/+4
* DOC: Improve docstring for numpy.linalg.lstsq (gh-15920)Pierre de Buyl2020-04-101-6/+6
* MAINT: Add better error handling in linalg.norm for vectors and clarify it in...Jim2020-03-121-4/+7
* DOC: Improve the `numpy.linalg.eig` doctring. (#15550)Charles Harris2020-02-131-9/+16
* BUG: Fix for SVD not always sorted with hermitian=TrueHameer Abbasi2020-02-051-8/+13
* MAINT: Python2 CleanupsSeth Troisi2020-01-281-7/+0
* DOC: fix typosBrian Wignall2020-01-141-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DOC: update cholesky docstring regarding input checkingZé Vinícius2019-12-231-2/+4
* DOC: linalg: Include information about scipy.linalg. (#14988)Warren Weckesser2019-12-191-2/+48
* DOC: Fix statement about norms (#15050)Andreas Klöckner2019-12-051-1/+1
* MAINT: Small clarification spelling fixes.Charles Harris2019-11-251-5/+5
* DOC: fix docstring of np.linalg.normmattip2019-11-231-4/+7
* Rename helper functions to not use the word rankEric Wieser2019-10-311-40/+37
* DOC: Fix hermitian argument docs in svdhvy2019-08-031-6/+6
* DEP: Deprecate full and economic modes for linalg.qrkritisingh12019-07-221-7/+1
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-2/+2