summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Return NULL from PyInit_* when exception is raisedMichael Droettboom2018-03-302-8/+9
* | | 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
* | | ENH: Add raw ufuncs to interface to gelsd functionsEric Wieser2018-04-101-8/+94
* | | ENH: Add wrapper functions to allocate workspacesEric Wieser2018-04-101-0/+308
* | | ENH: Add missing cgelsd and sgelsd routineslapack_lite code generator2018-04-104-36/+4798
|/ /
* | MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-064-21/+4
* | TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* | TST: Switch to using pytest markersCharles Harris2018-04-042-12/+15
* | MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
|/
* MAINT: Misc small fixes. (#10722)Charles Harris2018-03-101-1/+1
* Merge pull request #10689 from freakboy3742/iOS-compatCharles Harris2018-03-081-0/+2
|\
| * BLD: Add configuration to allow cross platform builds for iOS.Russell Keith-Magee2018-03-041-0/+2
* | MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-082-9/+9
|/
* BUG: Align type definition with generated lapack (#10477)xoviat2018-02-1611-819/+256
* 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-122-31/+127
* Revert "BUG: prevent the MSVC 14.1 compiler (Visual Studio 2017) from crashing"revert-10451-helping_MSVC_15.1Eric Wieser2018-01-221-2/+1
* prevent the MSVC 15.1 compiler from crashingBjoern Thiel2018-01-221-1/+2
* Merge pull request #10414 from charris/fix-sign-compare-linalgCharles Harris2018-01-201-29/+20
|\
| * MAINT: Fix sign-compare warnings in umath_linalg.Charles Harris2018-01-161-29/+20
* | 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