| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: merge wiki doc edits. | Ralf Gommers | 2012-03-03 | 1 | -0/+1 |
* | DOC: minor documentation fixes | Pauli Virtanen | 2011-06-25 | 1 | -2/+2 |
* | BUG: Add not empty check to linalg.qr | Skipper Seabold | 2011-05-10 | 1 | -0/+1 |
* | BUG: linalg: Update the rwork size in the call to zgesdd to reflect a documen... | Jason Grout | 2011-04-26 | 1 | -1/+2 |
* | STY: Fix up some two line old-style exceptions. | Charles Harris | 2011-04-05 | 1 | -4/+4 |
* | STY: Update exception styles, trickier ones. | Charles Harris | 2011-04-05 | 1 | -4/+4 |
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 1 | -17/+17 |
* | DOC: commit some more fixes from the doc wiki. | rgommers | 2011-03-03 | 1 | -9/+9 |
* | DOC: core: Document the new einsum function | Mark Wiebe | 2011-01-24 | 1 | -1/+1 |
* | BUG: linalg: lstsq should always return real residuals (#937) | Pauli Virtanen | 2010-10-10 | 1 | -11/+24 |
* | DOC: merge wiki edits for module linalg. | rgommers | 2010-06-02 | 1 | -72/+75 |
* | ENH: linalg: convert non-native endian arrays to native-endian before handing... | Pauli Virtanen | 2010-05-11 | 1 | -0/+22 |
* | ENH: Do some housekeeping for the newly added slogdet function. | Charles Harris | 2010-05-05 | 1 | -0/+2 |
* | ENH: Add slogdet to the linalg module. The patch is from njs with | Charles Harris | 2010-05-05 | 1 | -11/+77 |
* | 3K: linalg: fix integer division issue and tests | Pauli Virtanen | 2010-02-21 | 1 | -1/+1 |
* | 3K: linalg: fix some str/bytes issues | Pauli Virtanen | 2010-02-20 | 1 | -20/+30 |
* | more docstring updates from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -20/+24 |
* | ENH - added matrix_rank function to linalg | Matthew Brett | 2009-12-22 | 1 | -2/+63 |
* | first set of checkins from the doc editor | Jarrod Millman | 2009-11-13 | 1 | -19/+23 |
* | linalg: support '0-norm' (scipy ticket #1037) | Pauli Virtanen | 2009-11-06 | 1 | -2/+5 |
* | Docstring update: linalg | Pauli Virtanen | 2009-10-02 | 1 | -194/+554 |
* | Docstring updates, part 1 | Pauli Virtanen | 2009-10-02 | 1 | -9/+26 |
* | Rename matrx to matrixlib. | David Cournapeau | 2009-09-18 | 1 | -1/+1 |
* | Move matrix class into its own module. | David Cournapeau | 2009-09-16 | 1 | -1/+1 |
* | add support for __array_prepare__ | Darren Dale | 2009-08-23 | 1 | -1/+1 |
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 1 | -1/+1 |
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -9/+22 |
* | BUG: fix #786, bad exception for wrong order for linalg.norm. | David Cournapeau | 2009-03-02 | 1 | -0/+4 |
* | ran reindent | Jarrod Millman | 2008-12-31 | 1 | -1/+1 |
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 1 | -1/+1 |
* | Rewrapped __all__ to conform with PEP8. | Alan McIntyre | 2008-09-18 | 1 | -11/+4 |
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -143/+281 |
* | Removed unused private function _castCopyAndTranspose. | Alan McIntyre | 2008-07-23 | 1 | -8/+1 |
* | Use the implicit "import numpy as np" made available to all doctests instead | Alan McIntyre | 2008-07-05 | 1 | -40/+35 |
* | Fix math markup in docstrings. | Stefan van der Walt | 2008-05-19 | 1 | -4/+4 |
* | Merge docstrings from wiki. | Stefan van der Walt | 2008-05-14 | 1 | -7/+7 |
* | Keep singular values and eigenvalues as 1D arrays until the matrix indexing | Charles Harris | 2008-04-29 | 1 | -7/+7 |
* | Fix test of lstsqr to work with matrix tests. | Charles Harris | 2008-04-27 | 1 | -4/+4 |
* | Add tests for matrix return types. | Charles Harris | 2008-04-27 | 1 | -3/+4 |
* | Make functions in linalg.py accept nestes lists. | Charles Harris | 2008-04-27 | 1 | -36/+55 |
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -10/+10 |
* | Added function for computing condition number, with tests and docs; closes #622. | aarchiba | 2008-04-08 | 1 | -0/+38 |
* | Factor out matrix_multiply from defmatrix. Based on a patch by | Stefan van der Walt | 2008-04-06 | 1 | -1/+5 |
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -47/+47 |
* | more docstring improvements from Pauli Virtanen | Jarrod Millman | 2007-12-29 | 1 | -12/+30 |
* | docstring improvements from Pauli Virtanen | Jarrod Millman | 2007-12-29 | 1 | -252/+478 |
* | Apply patch to fix ticket #557 (pinv causing error with empty arrays) | Travis Oliphant | 2007-09-21 | 1 | -1/+8 |
* | Add documentation for eigvals, eigvalsh, eig, and eigh. | Charles Harris | 2007-05-13 | 1 | -4/+165 |
* | whitespace cleanup | Tim Leslie | 2007-01-09 | 1 | -57/+59 |
* | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 1 | -3/+3 |