summaryrefslogtreecommitdiff
path: root/numpy/linalg/lapack_litemodule.c
Commit message (Expand)AuthorAgeFilesLines
* BUG: linalg: check array byte order before passing it to lapack_lite (fixes #...Pauli Virtanen2010-05-111-0/+6
* 3K: linalg: module init for lapack_litePauli Virtanen2009-12-061-1/+30
* 3K: linalg: correct init function definition for lapack_litePauli Virtanen2009-12-061-1/+1
* ENH: Fix some more uninitialized vars.David Cournapeau2009-09-161-1/+1
* More unused vars tagged (lapack_lite).David Cournapeau2008-10-081-18/+18
* Fix for #609: numpy/linalg/lapack_litemodule.c:lapack_lite_zgeqrf int vs. longcookedm2007-11-081-1/+1
* Fix 64-bit zgeqrf on trunk.Travis Oliphant2007-05-311-1/+1
* Fix problem 64-bit linalg.qr problem.Travis Oliphant2007-03-071-6/+6
* Fix bogus unitialized variable warning by removing unneeded variable. Cleanup...Charles Harris2006-11-111-17/+16
* Fix typo in lapack_litemodule.cCharles Harris2006-11-111-1/+1
* Fix problem with dgesdd where the optimal work size is not computed correctly.Travis Oliphant2006-11-021-0/+27
* Add qr decomposition to linalgTravis Oliphant2006-08-101-41/+160
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArr...Travis Oliphant2006-07-081-1/+1
* Make import_array and import_ufunc MACROS again.Travis Oliphant2006-06-201-1/+1
* Don't raise fatal errors on load.Travis Oliphant2006-01-241-3/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
* rename sub-packagesTravis Oliphant2006-01-041-0/+692