summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | DOC: typo fix in numpy.linalg.det docstring. (#10333)Tyler Reddy2018-01-051-1/+1
* | MAINT: repair deprecated yield testsxoviat2017-12-231-26/+26
|/
* DOC: Update license documentation.Charles Harris2017-11-271-0/+48
* BUG: prototypes for [cz]dot[uc] are incorrectEric Wieser2017-11-101-8/+8
* 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-062-7/+13
* 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
* TST: linalg: add basic smoketest for choleskyPauli Virtanen2017-09-301-0/+24
* ENH: add hermitian=False kwarg to matrix_powerCJ Carey2017-09-162-7/+29
* ENH: Broadcast the second argument of matrix_rank to match pinvEric Wieser2017-09-121-5/+10
* BUG: Fix pinv on matrix stacksEric Wieser2017-09-122-28/+55