Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Pauli Virtanen | 2010-05-11 | 1 | -0/+22 | |
| | | | | handing them to lapack_lite | |||||
* | 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 | |
| | | | | slogdet substituted for sign_log_det. Closes ticket #1402. | |||||
* | 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 | |
| | | | | | I forgot to commit the name change suggested by Stefan. You need to clean build/install directory when updating to this version. | |||||
* | 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 | |
| | | | | they are still an improvement) | |||||
* | Rewrapped __all__ to conform with PEP8. | Alan McIntyre | 2008-09-18 | 1 | -11/+4 | |
| | | | | Removed unused imports. | |||||
* | 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 | |
| | | | | | of explicit imports or dependency on the local scope where the doctest is defined.. | |||||
* | 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 | |
| | | | | | controversy is settled. This will also keep code that uses diag(ev), from breaking. | |||||
* | Fix test of lstsqr to work with matrix tests. | Charles Harris | 2008-04-27 | 1 | -4/+4 | |
| | | | | Fix lstsq | |||||
* | Add tests for matrix return types. | Charles Harris | 2008-04-27 | 1 | -3/+4 | |
| | | | | | Fix cond computations for matrices. lstsq is currently broken for matrices, will fix shortly. | |||||
* | Make functions in linalg.py accept nestes lists. | Charles Harris | 2008-04-27 | 1 | -36/+55 | |
| | | | | | Use wrap to keep matrix environment intact. Base patch from nmb. | |||||
* | 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 | |
| | | | | Anne Archibald. | |||||
* | 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 | |
| | ||||||
* | Fix hanging eig computation when inf or nan values are in the array. This ↵ | Travis Oliphant | 2006-12-06 | 1 | -1/+8 | |
| | | | | check is already in SciPy. We need it in NumPy too for some LaPack calls. | |||||
* | Fix problem with dgesdd where the optimal work size is not computed correctly. | Travis Oliphant | 2006-11-02 | 1 | -9/+0 | |
| | ||||||
* | Fix qr decomposition. The dimensions m,n were taken from the fortran ordered ↵ | Charles Harris | 2006-10-16 | 1 | -21/+13 | |
| | | | | | | array instead of from the numpy ordered array and consequently were reversed. | |||||
* | Fix-up tensor solve and tensor inv and rename to match tensordot. | Travis Oliphant | 2006-10-13 | 1 | -25/+34 | |
| | ||||||
* | Add a rcond parameter to the polyfit function and give it the double precision | Charles Harris | 2006-10-13 | 1 | -26/+26 | |
| | | | | | | | | | default value that dgelsd uses (rcondx=-1) on the principle of least surprise. Values of rcond less than this can also be useful, so a warning message and a bit of explanation was added to the documentation. The default value used by lstsq was set to the default (-1), and rcond in pinv has a default value of 1e-15. | |||||
* | Add solvetensor and invtensor | Travis Oliphant | 2006-10-13 | 1 | -2/+70 | |
| |