summaryrefslogtreecommitdiff
path: root/numpy/linalg/linalg.py
Commit message (Expand)AuthorAgeFilesLines
* ENH - added matrix_rank function to linalgMatthew Brett2009-12-221-2/+63
* first set of checkins from the doc editorJarrod Millman2009-11-131-19/+23
* linalg: support '0-norm' (scipy ticket #1037)Pauli Virtanen2009-11-061-2/+5
* Docstring update: linalgPauli Virtanen2009-10-021-194/+554
* Docstring updates, part 1Pauli Virtanen2009-10-021-9/+26
* Rename matrx to matrixlib.David Cournapeau2009-09-181-1/+1
* Move matrix class into its own module.David Cournapeau2009-09-161-1/+1
* add support for __array_prepare__Darren Dale2009-08-231-1/+1
* Merge from doc wikiPauli Virtanen2009-06-191-1/+1
* Merge from the doc wikiPauli Virtanen2009-03-241-9/+22
* BUG: fix #786, bad exception for wrong order for linalg.norm.David Cournapeau2009-03-021-0/+4
* ran reindentJarrod Millman2008-12-311-1/+1
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-1/+1
* Rewrapped __all__ to conform with PEP8.Alan McIntyre2008-09-181-11/+4
* Merge from documentation editor.Stefan van der Walt2008-08-051-143/+281
* Removed unused private function _castCopyAndTranspose.Alan McIntyre2008-07-231-8/+1
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-40/+35
* Fix math markup in docstrings.Stefan van der Walt2008-05-191-4/+4
* Merge docstrings from wiki.Stefan van der Walt2008-05-141-7/+7
* Keep singular values and eigenvalues as 1D arrays until the matrix indexingCharles Harris2008-04-291-7/+7
* Fix test of lstsqr to work with matrix tests.Charles Harris2008-04-271-4/+4
* Add tests for matrix return types.Charles Harris2008-04-271-3/+4
* Make functions in linalg.py accept nestes lists.Charles Harris2008-04-271-36/+55
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-10/+10
* Added function for computing condition number, with tests and docs; closes #622.aarchiba2008-04-081-0/+38
* Factor out matrix_multiply from defmatrix. Based on a patch byStefan van der Walt2008-04-061-1/+5
* ran reindentJarrod Millman2008-02-081-47/+47
* more docstring improvements from Pauli VirtanenJarrod Millman2007-12-291-12/+30
* docstring improvements from Pauli VirtanenJarrod Millman2007-12-291-252/+478
* Apply patch to fix ticket #557 (pinv causing error with empty arrays)Travis Oliphant2007-09-211-1/+8
* Add documentation for eigvals, eigvalsh, eig, and eigh.Charles Harris2007-05-131-4/+165
* whitespace cleanupTim Leslie2007-01-091-57/+59
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-3/+3
* Fix hanging eig computation when inf or nan values are in the array. This ch...Travis Oliphant2006-12-061-1/+8
* Fix problem with dgesdd where the optimal work size is not computed correctly.Travis Oliphant2006-11-021-9/+0
* 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-101-0/+90
* Move location of flatnonzeroTravis Oliphant2006-08-051-2/+2
* Fix uses of nonzero and add flatnonzeroTravis Oliphant2006-08-051-1/+1
* 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