summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #12693 from eric-wieser/gh-9436-hermitianMatti Picus2019-01-132-23/+83
|\
| * ENH: Add a hermitian argument to `pinv` and `svd`, matching `matrix_rank`Eric Wieser2019-01-072-23/+83
* | Merge pull request #12201 from tylerjereddy/test_linalg_commonTypeSebastian Berg2019-01-111-0/+7
|\ \ | |/ |/|
| * TST: coverage for _commonType()Tyler Reddy2018-11-131-0/+7
* | 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-062-4/+2
* | ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-2/+3
|/
* Merge pull request #12215 from tylerjereddy/linalg_lstsq_dim_checkCharles Harris2018-11-011-1/+10
|\
| * TST: test dims match on lstsq().Tyler Reddy2018-10-181-1/+10
* | TST: add test for tensorinv()Tyler Reddy2018-10-261-0/+41
* | MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+7
|/
* Merge pull request #12185 from tylerjereddy/multi_dot_n2_testCharles Harris2018-10-171-0/+8
|\
| * TST: test multi_dot with 2 arraysTyler Reddy2018-10-161-0/+8
* | 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
* TST: prefer pytest.skip() over SkipTestTyler Reddy2018-09-211-3/+3
* TST: Parametrize some linalg tests over types.Elliott Sales de Andrade2018-09-061-70/+52
* MAINT: reformat line spacing before test methodsmattip2018-08-191-2/+0
* Merge pull request #11691 from charris/fix_matrix_power_regressionMatti Picus2018-08-082-61/+90
|\
| * BUG: Make matrix_power again work for object arrays.Charles Harris2018-08-082-61/+90
* | 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-032-5/+35
|/
* ENH: handle empty matrices in qr decomposition (#11593)Jeremy Chen2018-07-312-19/+26
* DOC: Use "real symmetric" rather than "symmetric" in ``eigh`` and ''eigvalsh"...Juan Azcarreta2018-07-261-11/+16
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* ENH: Allow use of svd on empty arraysEric Wieser2018-06-273-17/+25
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-3/+3
* Merge pull request #10938 from eric-wieser/linalg-lstsq-ufuncMarten van Kerkwijk2018-05-282-9/+9
|\
| * 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
| * MAINT: Fix typoEric Wieser2018-04-211-1/+1
* | TST: linalg: add regression test for gh-8577Pauli Virtanen2018-05-271-0/+36
* | Merge branch 'master' into linalg-move-matrix-powerCharles Harris2018-05-142-284/+233
|\ \
| * \ Merge pull request #10975 from mhvk/linalg-matrix-tests-to-matrixlibCharles Harris2018-05-121-179/+232
| |\ \
| | * | MAINT: move linalg tests using matrix to matrixlibMarten van Kerkwijk2018-04-271-179/+232
| * | | BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-091-106/+2
| |/ /
* | | ENH: Allow stacks of matrices in matrix_power.Marten van Kerkwijk2018-04-292-67/+71
* | | 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-202-29/+102
|\ \ | |/
| * MAINT: compute residuals inside the ufuncEric Wieser2018-04-172-29/+102
* | Merge pull request #10775 from mdboom/return-errors-from-initEric Wieser2018-04-192-8/+9
|\ \