summaryrefslogtreecommitdiff
path: root/numpy/linalg/linalg.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Clarify rcond normalization in linalg.pinvAaron Voelker2019-05-081-3/+3
* Double to single for linking, = -> ==Katharine Hyatt2019-03-181-3/+3
* Single to double backticks for variable in docstringKatharine Hyatt2019-03-141-1/+1
* DOC: add backticks to linalgKatharine Hyatt2019-03-131-14/+14
* DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-281-2/+0
* DOC: fix invalid escape sequenceAdam J. Stewart2019-01-301-1/+1
* DOC: Euclidean 2-norm -> squared Euclidean 2-normAdam J. Stewart2019-01-301-6/+6
* DOC: fix math formatting of np.linalg.lstsq docsAdam J. Stewart2019-01-301-5/+5
* DOC: remove python2-only methods, small cleanupsmattip2019-01-211-1/+1
* ENH: Add a hermitian argument to `pinv` and `svd`, matching `matrix_rank`Eric Wieser2019-01-071-10/+37
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-77/+79
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-0/+1
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-2/+3
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+7
* MAINT: remove unused _assertSquareness.Tyler Reddy2018-10-161-5/+0
* ENH: __array_function__ support for np.fft and np.linalg (#12117)Stephan Hoyer2018-10-121-1/+86
* Merge pull request #11691 from charris/fix_matrix_power_regressionMatti Picus2018-08-081-4/+16
|\
| * BUG: Make matrix_power again work for object arrays.Charles Harris2018-08-081-4/+16
* | Merge pull request #11692 from charris/remove-duplicate-codeMatti Picus2018-08-081-5/+0
|\ \
| * | MAINT: Remove duplicate code.Charles Harris2018-08-081-5/+0
| |/
* | ENH: support for empty matrices in linalg.lstsqJeremy Chen2018-08-031-1/+9
|/
* ENH: handle empty matrices in qr decomposition (#11593)Jeremy Chen2018-07-311-7/+7
* DOC: Use "real symmetric" rather than "symmetric" in ``eigh`` and ''eigvalsh"...Juan Azcarreta2018-07-261-11/+16
* ENH: Allow use of svd on empty arraysEric Wieser2018-06-271-1/+1
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-3/+3
* Merge pull request #10938 from eric-wieser/linalg-lstsq-ufuncMarten van Kerkwijk2018-05-281-8/+8
|\
| * MAINT: Always spell "get the last two dims" the same wayEric Wieser2018-04-211-4/+5
| * MAINT: Prepare lstsq for vectorization, by using the last indices in shape, n...Eric Wieser2018-04-211-4/+3
* | ENH: Allow stacks of matrices in matrix_power.Marten van Kerkwijk2018-04-291-56/+51
* | MAINT: Move matrix_power to linalgMarten van Kerkwijk2018-04-291-3/+111
* | 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