summaryrefslogtreecommitdiff
path: root/numpy/linalg/lapack_lite/wrapped_routines
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add missing cgelsd and sgelsd routineslapack_lite code generator2018-04-101-0/+2
* MAINT: Prefer to load functions from lapack/install if possibleEric Wieser2017-03-021-1/+0
* BUG: add missing routines to the transpilation listEric Wieser2016-12-291-0/+30
* MAINT: Sort the functions, for ease of diffingEric Wieser2016-12-291-10/+10
* BUG: Do not repeat xerbla_, which we deliberately replaceEric Wieser2016-12-291-0/+1
* Add qr decomposition to linalgTravis Oliphant2006-08-101-0/+2
* Add the code that generates lapack_lite from LAPACK sources.cookedm2006-06-271-0/+17