summaryrefslogtreecommitdiff
path: root/numpy/linalg/_gufuncs_linalg.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: linalg: strip out unused gufuncs_linalg codePauli Virtanen2013-10-071-1454/+0
| | | | | Some of the functions removed were untested, and apparently did not function correctly (cholesky_up, inner1d, maybe more).
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-12/+12
| | | | Now is as good a time as any with open PR's at a low.
* BUG: linalg: fix Py3 syntaxPauli Virtanen2013-04-101-2/+1
|
* MAINT: move gufuncs_linalg_contents.rst to the docstring of the modulePauli Virtanen2013-04-101-19/+103
|
* MAINT: move umath_linalg under numpy/linalg and use the same lapack_litePauli Virtanen2013-04-101-0/+1371
Also, link umath_linalg against the system BLAS/LAPACK if available.