summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-0610-17/+17
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-061-2/+2
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-021-2/+2
* | Merge pull request #2965 from charris/fix-qr-modeCharles Harris2013-04-043-34/+213
|\ \ | |/ |/|
| * TST: Add more tests for qr factorization.Charles Harris2013-04-012-0/+128
| * ENH: Add `raw`, `reduced`, `complete` modes to qr factorization.Charles Harris2013-04-011-34/+85
* | 2to3: Use absolute imports.Charles Harris2013-03-289-11/+11
|/
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0110-0/+16
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-1/+1
* DEP: Remove scons related files and code.Charles Harris2013-01-133-44/+0
* Fix typo in SVD usage exampleVladimir Rutsky2013-01-121-1/+1
* Fixed parenthesis typoGuillaume Gay2012-10-221-1/+1
* Taking njsmith comment into account Guillaume Gay2012-10-221-2/+2
* Correct `linalg.solve` doc stringGuillaume Gay2012-10-221-2/+2
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* BUG: change default threshold for matrix_rankMatthew Brett2012-07-142-20/+60
* DOC: merge doc wiki edits. A number of small edits in linalg and lib.Ralf Gommers2012-07-071-40/+41
* WRN: Fix some compiler warnings.Charles Harris2012-04-061-1/+1
* UPD: Update files for versioned deprecation.Charles Harris2012-04-061-1/+1
* UPD: Make lapack_litemodule.c use non-deprecated macros/functions.Charles Harris2012-04-061-11/+16
* BUG: native but not '=' byte order error in lapackMatthew Brett2012-03-172-2/+23
* PY3: Fix FindDependenciesLdd "ResourceWarning: unclosed file".Charles Harris2012-03-121-1/+2
* DOC: merge wiki doc edits.Ralf Gommers2012-03-031-0/+1
* UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core.Charles Harris2012-02-051-1/+1
* UPD: Use prefixed macros in lapack_litemodule.c.Charles Harris2012-02-041-9/+9
* STY: linalg - replace macros in old_defines.h with new.Charles Harris2012-02-041-69/+69
* REF: use new API for higher level builder reuse.David Cournapeau2011-08-291-4/+3
* REF: use new hook signature.David Cournapeau2011-08-291-1/+1
* REF: define hook file locally.David Cournapeau2011-08-291-0/+2
* ENH: update to last bento.David Cournapeau2011-08-291-2/+2
* ENH: remove temporary hacks for recurse path settings.David Cournapeau2011-08-291-12/+2
* ENH: add fft/random support.David Cournapeau2011-08-291-3/+2
* FEAT: add numpy.linalg.David Cournapeau2011-08-292-0/+46
* DOC: minor documentation fixesPauli Virtanen2011-06-251-2/+2
* STY: Cleanup test_linalg a bit.Charles Harris2011-05-101-22/+42
* TST: Add test for QR on empty arraySkipper Seabold2011-05-101-0/+5
* BUG: Add not empty check to linalg.qrSkipper Seabold2011-05-101-0/+1
* BUG: linalg: Update the rwork size in the call to zgesdd to reflect a documen...Jason Grout2011-04-261-1/+2
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-8/+8
* STY: Fix up some two line old-style exceptions.Charles Harris2011-04-051-4/+4
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-4/+4
* 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