summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* ran reindentJarrod Millman2008-02-082-48/+48
* Change write_info imports, put in top numscons namespaceDavid Cournapeau2008-01-071-1/+1
* numpy.linalg now builds with sconsDavid Cournapeau2008-01-072-0/+53
* more docstring improvements from Pauli VirtanenJarrod Millman2007-12-291-12/+30
* docstring improvements from Pauli VirtanenJarrod Millman2007-12-292-267/+502
* Fix for #609: numpy/linalg/lapack_litemodule.c:lapack_lite_zgeqrf int vs. longcookedm2007-11-081-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
* Apply patch to fix ticket #557 (pinv causing error with empty arrays)Travis Oliphant2007-09-212-2/+18
* Fix 64-bit zgeqrf on trunk.Travis Oliphant2007-05-311-1/+1
* Add documentation for eigvals, eigvalsh, eig, and eigh.Charles Harris2007-05-131-4/+165
* Clean up setup() calls.Pearu Peterson2007-05-111-1/+1
* Fix problem 64-bit linalg.qr problem.Travis Oliphant2007-03-071-6/+6
* whitespace cleanupTim Leslie2007-01-091-57/+59
* clean up unused imports and bad whitespaceTim Leslie2007-01-092-5/+3
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
* Fix hanging eig computation when inf or nan values are in the array. This ch...Travis Oliphant2006-12-061-1/+8
* 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-022-9/+27
* Fix qr decomposition. The dimensions m,n were taken from the fortran ordered ...Charles Harris2006-10-161-21/+13
* Fix-up tensor solve and tensor inv and rename to match tensordot.Travis Oliphant2006-10-131-25/+34
* Add a rcond parameter to the polyfit function and give it the double precisionCharles Harris2006-10-131-26/+26
* Add solvetensor and invtensorTravis Oliphant2006-10-131-2/+70
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-1/+1
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-4/+4
* Check for return value in linalg.detTravis Oliphant2006-08-141-0/+5
* Add qr decomposition to linalgTravis Oliphant2006-08-103-41/+252
* Move location of flatnonzeroTravis Oliphant2006-08-051-2/+2
* Fix uses of nonzero and add flatnonzeroTravis Oliphant2006-08-051-1/+1
* Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant2006-08-041-84/+0
* Revert change to lworkTravis Oliphant2006-07-311-1/+1
* Revert change and add better test for umathTravis Oliphant2006-07-311-1/+1
* Fix-up invalid casting back to real when complex result.Travis Oliphant2006-07-311-0/+11
* Fix missing return.Travis Oliphant2006-07-251-0/+1
* Add broadcasting behavior to random-number generators. Fix cholesky to keep ...Travis Oliphant2006-07-251-1/+2
* Fix ticket #178 which was an error whenever multiple buffers needed to be use...Travis Oliphant2006-07-181-4/+4
* Fix failing linalg.tests.test_det on 32-bit machines for csingle.cookedm2006-07-141-1/+5
* numpy.linalg: fix bug where complex arrays weren't being returned.cookedm2006-07-142-11/+18
* linalg routines will try to return their results as the same type as the argu...cookedm2006-07-141-158/+131
* numpy.linalg.setup.py: include the test casescookedm2006-07-141-0/+2
* Add test cases for linalgcookedm2006-07-141-0/+80
* squash remaining uses of typecodes in linalgcookedm2006-07-131-30/+30
* fix bug in eig with complex solutionscookedm2006-07-131-1/+1
* Fix a bug due to optimizing compilers. See http://www.nanoengineer-1.net/med...Travis Oliphant2006-07-121-1/+1
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArr...Travis Oliphant2006-07-081-1/+1
* Fix error in linalg.pyTravis Oliphant2006-07-061-1/+4
* Fix buffered reduce, accumulate, and reduceat.Travis Oliphant2006-07-061-1/+1
* Convert linalg to use dtypes instead of typecodescookedm2006-07-041-36/+43
* Add the code that generates lapack_lite from LAPACK sources.cookedm2006-06-275-0/+711