summaryrefslogtreecommitdiff
path: root/numpy/linalg/lapack_litemodule.c
Commit message (Expand)AuthorAgeFilesLines
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-2/+2
* MAIN: Minor include rationalization.Charles Harris2021-09-031-2/+3
* MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-031-16/+2
* MAINT: better way of indicating whether numpy was built with ILP64 BLASPauli Virtanen2020-01-011-0/+6
* ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalgPauli Virtanen2019-12-141-21/+6
* ENH: core: add LAPACK64_ support in numpy.linalgPauli Virtanen2019-11-291-70/+147
* Return NULL from PyInit_* when exception is raisedMichael Droettboom2018-03-301-4/+4
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-081-8/+8
* MAINT: Include the function name in all argument error messagesEric Wieser2017-03-281-6/+6
* MAINT: remove a bunch of compiler warningsJulian Taylor2015-07-031-4/+1
* MANT: Use Py_RETURN_NONE whenever Py_None is returnedJaime Fernandez2015-04-241-2/+1
* MAINT: linalg: prune unused routines from lapack_litePauli Virtanen2014-01-121-590/+1
* MAINT: double underscores in Lapack-lite C moduleLars Buitinck2013-10-191-68/+70
* TST: linalg: add tests for xerbla functionality (with and without GIL)Pauli Virtanen2013-04-131-0/+20
* BUG: linalg: fix LAPACK error handling in lapack_litemodulePauli Virtanen2013-04-131-0/+54
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* WRN: Fix some compiler warnings.Charles Harris2012-04-061-1/+1
* UPD: Update files for versioned deprecation.Charles Harris2012-04-061-1/+1
* UPD: Make lapack_litemodule.c use non-deprecated macros/functions.Charles Harris2012-04-061-11/+16
* BUG: native but not '=' byte order error in lapackMatthew Brett2012-03-171-2/+1
* UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core.Charles Harris2012-02-051-1/+1
* UPD: Use prefixed macros in lapack_litemodule.c.Charles Harris2012-02-041-9/+9
* STY: linalg - replace macros in old_defines.h with new.Charles Harris2012-02-041-69/+69
* 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