summaryrefslogtreecommitdiff
path: root/numpy/linalg/umath_linalg.c.src
Commit message (Expand)AuthorAgeFilesLines
* MAIN: Minor include rationalization.Charles Harris2021-09-031-2/+3
* removed redudancy in codeczgdp18072021-07-101-26/+12
* removed redundant functionsczgdp18072021-07-091-67/+49
* addressed C reviewsczgdp18072021-06-241-33/+8
* refactoring completeczgdp18072021-06-221-145/+60
* factored out common init parts for sorgqr, dorgqrczgdp18072021-06-221-109/+57
* updated method for finding optimal work_countczgdp18072021-06-091-9/+21
* shifted qr code in umath_linalg.c.src aboveczgdp18072021-06-091-426/+425
* Take work_count as it isczgdp18072021-06-091-6/+6
* fixed title line in release notesczgdp18072021-06-081-6/+0
* Addressed reviewsczgdp18072021-06-081-0/+3
* removed debug prints and addressed reviewczgdp18072021-06-071-1/+0
* removed trailing white spacesczgdp18072021-06-051-14/+14
* existing tests passedczgdp18072021-06-051-21/+41
* moving intialization outside the loopczgdp18072021-06-051-5/+6
* ready for formal addition of tests and documentation updateczgdp18072021-06-041-11/+268
* WIPczgdp18072021-06-041-16/+349
* ENH: r, raw, economic now accept stacked matricesczgdp18072021-06-031-0/+326
* MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-191-1/+1
* MAINT: Const qualify UFunc inner loops (gh-15355)Kai Striega2020-01-211-34/+34
* Merge pull request #15333 from eric-wieser/use-PyDict_GetItemWithErrorMatti Picus2020-01-161-8/+20
|\
| * BUG: Add some missing C error handlingEric Wieser2020-01-151-8/+20
* | DOC: fix typosBrian Wignall2020-01-141-1/+1
|/
* MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-031-16/+3
* ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalgPauli Virtanen2019-12-141-16/+4
* ENH: core: add LAPACK64_ support in numpy.linalgPauli Virtanen2019-11-291-265/+276
* MAINT: remove duplicate variable assignmentsChristoph Gohlke2019-07-241-2/+0
* ENH: Allow use of svd on empty arraysEric Wieser2018-06-271-3/+11
* Merge pull request #10938 from eric-wieser/linalg-lstsq-ufuncMarten van Kerkwijk2018-05-281-1/+1
|\
| * MAINT: Fix typoEric Wieser2018-04-211-1/+1
* | BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-091-106/+2
* | Merge pull request #10890 from eric-wieser/linalg-lstsq-ufuncMarten van Kerkwijk2018-04-201-19/+100
|\ \ | |/
| * MAINT: compute residuals inside the ufuncEric Wieser2018-04-171-19/+100
* | Merge pull request #10775 from mdboom/return-errors-from-initEric Wieser2018-04-191-4/+5
|\ \ | |/ |/|
| * Return NULL from PyInit_* when exception is raisedMichael Droettboom2018-03-301-4/+5
* | 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-101-0/+14
|/
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-081-1/+1
* MAINT: Fix sign-compare warnings in umath_linalg.Charles Harris2018-01-161-29/+20
* BUG: prototypes for [cz]dot[uc] are incorrectEric Wieser2017-11-101-8/+8
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* STY: Fix bad style in umath_linalg (#8825)Eric Wieser2017-03-251-222/+242
* MAINT: Always use parameter structs to call lapackEric Wieser2017-03-241-141/+153
* MAINT: Move definitions of call_ before init_Eric Wieser2017-03-241-103/+103
* BUG: Correctly compute the LDA parameters for lapack callsEric Wieser2017-03-241-27/+57
* BUG: Work around bugs in LAPACK 3.0.0Eric Wieser2017-03-241-0/+5
* MAINT: more consistent notation in umath_linalgalex2015-05-211-5/+13
* MAINT: use more conservative integer types for umath linalgalex2015-05-201-36/+54
* BUG: svd ufunc typoalex2014-05-221-1/+1