summaryrefslogtreecommitdiff
path: root/numpy/linalg/lapack_lite
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-272-4/+4
* MAINT: Remove commented out code blocksgfyoung2015-12-201-4/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-2/+2
* MAINT: linalg: use sizeof instead of magic constantLars Buitinck2014-08-271-3/+2
* BUG: fix build with single-threaded pythonUlrich Seidl2014-01-161-2/+8
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* STY: Giant whitespace cleanup.Charles Harris2013-08-184-277/+274
* MAINT: use PyOS_snprintf instead of snprintfChristoph Gohlke2013-06-091-1/+1
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-022-4/+3
* Merge pull request #3220 from pv/linalg-guCharles Harris2013-04-177-0/+150854
|\
| * BUG: linalg: do not assume that GIL is enabled in xerbla_Pauli Virtanen2013-04-131-0/+4
| * MAINT: move umath_linalg under numpy/linalg and use the same lapack_litePauli Virtanen2013-04-107-0/+150850
* | 2to3: Apply next fixer.Charles Harris2013-04-151-4/+12
|/
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-063-10/+10
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-2/+2
* 2to3: Use absolute imports.Charles Harris2013-03-283-3/+3
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-013-0/+4
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-051-2/+2
* Python 3000 fixes for 2to3 [patch by James Watson].Stefan van der Walt2009-03-021-1/+1
* 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 unders...Jarrod Millman2007-10-291-1/+1
* 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