summaryrefslogtreecommitdiff
path: root/numpy/linalg/lapack_lite
Commit message (Collapse)AuthorAgeFilesLines
...
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+0
|
* Using the in operator to find substrings. It is shorter and easier to ↵Jarrod Millman2007-10-291-1/+1
| | | | understand.
* Add qr decomposition to linalgTravis Oliphant2006-08-101-0/+2
|
* Add the code that generates lapack_lite from LAPACK sources.cookedm2006-06-275-0/+711
This is from Numeric. I think we're still using the same generated sources.