summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* STY: Update exception style, easy ones.Charles Harris2011-04-051-17/+17
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-051-2/+2
* STY: Replace old style classes in tests with classes subclassing object.Charles Harris2011-04-052-4/+4
* BUG: Python 2.4 doesn't accept the construction class foo():Charles Harris2011-04-051-1/+1
* BUG: fix tests in test_linalg.py. Do not subclass from TestCase.Ralf Gommers2011-04-031-6/+6
* DOC: commit some more fixes from the doc wiki.rgommers2011-03-031-9/+9
* DOC: core: Document the new einsum functionMark Wiebe2011-01-241-1/+1
* BUG: linalg: lstsq should always return real residuals (#937)Pauli Virtanen2010-10-102-14/+104
* DOC: merge wiki edits for module linalg.rgommers2010-06-021-72/+75
* ENH: linalg: convert non-native endian arrays to native-endian before handing...Pauli Virtanen2010-05-112-0/+31
* BUG: linalg: check array byte order before passing it to lapack_lite (fixes #...Pauli Virtanen2010-05-111-0/+6
* ENH: Do some housekeeping for the newly added slogdet function.Charles Harris2010-05-051-0/+2
* ENH: Add slogdet to the linalg module. The patch is from njs withCharles Harris2010-05-053-11/+97
* DEP: Fix one more deprecated unittest function.Charles Harris2010-02-211-1/+1
* 3K: linalg: fix integer division issue and testsPauli Virtanen2010-02-212-2/+4
* 3K: linalg: fix some str/bytes issuesPauli Virtanen2010-02-201-20/+30
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-20/+24
* ENH - added matrix_rank function to linalgMatthew Brett2009-12-222-3/+84
* 3K: linalg: module init for lapack_litePauli Virtanen2009-12-061-1/+30
* 3K: linalg: correct init function definition for lapack_litePauli Virtanen2009-12-061-1/+1
* Make linalg setup.py runnable under python3.David Cournapeau2009-12-031-2/+2
* first set of checkins from the doc editorJarrod Millman2009-11-131-19/+23
* linalg: support '0-norm' (scipy ticket #1037)Pauli Virtanen2009-11-062-2/+7
* 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
* ENH: Fix some more uninitialized vars.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
* Fix eigenvalue tests, the eigenvalues needed sorting.Charles Harris2009-03-271-8/+8
* Merge from the doc wikiPauli Virtanen2009-03-241-9/+22
* Python 3000 fixes for 2to3 [patch by James Watson].Stefan van der Walt2009-03-021-1/+1
* BUG: fix #786, bad exception for wrong order for linalg.norm.David Cournapeau2009-03-023-6/+9
* Fix norm tests for single prec.David Cournapeau2009-03-021-11/+27
* Abstract away dtype for norm test.David Cournapeau2009-03-021-8/+14
* rename check_empty method to test_, so that is is picked up by nose.David Cournapeau2009-03-021-1/+1
* TEST: add tests for norm from #763.David Cournapeau2009-03-021-1/+41
* Use new-style classes with multiple-inheritance to address bug in IronPython.Stefan van der Walt2009-01-061-1/+1
* ran reindentJarrod Millman2008-12-311-1/+1
* Trailing spaces.David Cournapeau2008-11-081-2/+2
* Fix fortrab ABI mismatch test.David Cournapeau2008-11-081-10/+11
* Detect gfrotran/g77 mismatch.David Cournapeau2008-11-081-1/+13
* Start working on test to detect fortran compiler mismatch.David Cournapeau2008-11-081-0/+35
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-1/+1
* More unused vars tagged (lapack_lite).David Cournapeau2008-10-081-18/+18
* Rewrapped __all__ to conform with PEP8.Alan McIntyre2008-09-181-11/+4
* Merge from documentation editor.Stefan van der Walt2008-08-052-143/+324
* Remove add_configres function which did nothing...David Cournapeau2008-07-311-2/+1
* Removed unused private function _castCopyAndTranspose.Alan McIntyre2008-07-231-8/+1