summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
...
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-202-14/+14
* Fix import error.Pearu Peterson2008-04-091-0/+2
* Disable pythonxerbla.c patch for win32 (the MSVC linker failes on multiple d...Pearu Peterson2008-04-091-0/+3
* Fixing compile error from MSVC. Try 3.Pearu Peterson2008-04-091-2/+2
* Fixing compile error from MSVC. Try 2.Pearu Peterson2008-04-091-1/+1
* Fixing compile error from MSVC.Pearu Peterson2008-04-092-2/+2
* Cleanup.Pearu Peterson2008-04-091-4/+0
* Apply modified patch from ticket 673. The patch is effective when using unopt...Pearu Peterson2008-04-093-5/+44
* Added function for computing condition number, with tests and docs; closes #622.aarchiba2008-04-082-1/+54
* Test that matrix_power behaves correctly for boolean matrices.aarchiba2008-04-071-0/+4
* Factor out matrix_multiply from defmatrix. Based on a patch byStefan van der Walt2008-04-063-9/+68
* Change iteration loop number to a defined value and increment it. Should fix...Travis Oliphant2008-03-221-5/+8
* Add regression for #627.David Cournapeau2008-03-211-1/+12
* Add regression test for #662.David Cournapeau2008-03-211-1/+12
* Add regression test for ticket #652.David Cournapeau2008-03-211-0/+34
* Fix pseudo-inverse description. Closes #631.Stefan van der Walt2008-03-111-1/+2
* 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