summaryrefslogtreecommitdiff
path: root/numpy/linalg/linalg.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8098 from stuartarchibald/wip/np_la_eigh_doc_enhanceCharles Harris2016-11-041-2/+47
|\
| * DOC: Remove "deprecated" from eigvalsh UPLO.Charles Harris2016-11-041-2/+2
| * DOC: Enhance description/usage for np.linalg.eig*hStuart Archibald2016-09-291-1/+46
* | Merge pull request #8103 from mattip/pypy-fixesNathaniel J. Smith2016-10-081-1/+1
|\ \
| * | ENH: remove stray comma that made the msg a tupleMatti Picus2016-10-011-1/+1
| |/
* | DOC: Fix "See also" links in linalg.wrwrwr2016-10-031-2/+2
|/
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-1/+1
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-2/+2
* Fix versionadded tagsStefan van der Walt2016-07-151-1/+1
* DOC: Clarify the effect of rcond in numpy.linalg.lstsq.Stuart Archibald2016-06-151-2/+3
* MAINT: linalg: fix comment, simplify mathCJ Carey2016-05-141-6/+6
* BUG: linalg.norm(): Don't convert object arrays to floatMatthias Geier2016-04-291-2/+2
* DOC: Update `norm` docstring to include examples that reflect that all comput...John Kirkham2016-01-221-8/+8
* BUG: Make sure that the `ord=0` case returns a float.John Kirkham2016-01-221-1/+1
* BUG: In `norm`, always cast non-floating point arrays to 64-bit floats. Other...John Kirkham2016-01-221-0/+3
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
* MAINT: Remove useless semicolonRémy Léone2015-11-071-1/+1
* BUG,ENH: allow linalg.cond to work on a stack of matricesSebastian Berg2015-09-251-7/+7
* DOC: linalg.eig will return an array of a real type if thejason king2015-09-161-3/+4
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-3/+15
* DOC: docstring typos _ssyevd -> _syevdalex2015-06-221-2/+2
* MAINT: eigenvalues returned by eigh are ascendingalex2015-06-221-1/+2
* Merge pull request #5990 from charris/1.10-deprecated-removalCharles Harris2015-06-211-0/+2
|\
| * MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+2
* | Merge pull request #5988 from argriffing/eigvalsh-ordering-updateCharles Harris2015-06-191-1/+1
|\ \
| * | MAINT: notice that eigvalsh returns a sorted arrayalex2015-06-191-1/+1
| |/
* | DOC: update eigvalsh docstring examplealex2015-06-191-1/+1
|/
* DOC: Fix typo in documentationamir2015-06-121-4/+4
* MAINT: conditional copy=False in some astype callsalex2015-05-221-4/+16
* MAINT: skip copy=False for det and logdetalex2015-05-221-3/+2
* MAINT: use copy=False in a few astype callsalex2015-05-221-18/+21
* BUG: Fix linalg matrix norms when given negative axes.RittaNarita2015-03-301-2/+6
* MAINT: use the fast elementwise 2-norm implementation more often in linalg.normalex2015-03-201-11/+15
* DOC: `linalg.eig()`: Add "See Also" ref to `eigh()`Stuart Berg2015-03-101-2/+5
* DOC: Move versionadded 1.6.0 in slogdet to better place.Charles Harris2015-03-071-1/+1
* DOC: Give version when various linalg functions accepted stacked arrays.Gert-Ludwig Ingold2015-03-071-0/+20
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-1/+1
* Fix typo in slogdet doctdihp2015-01-121-1/+1
* DOC: 'sum of singular values' -> 'sum of the singular values'alex2015-01-021-1/+1
* MAINT: remove nuclear norm from the list of options for computing condition n...alex2014-12-251-6/+4
* ENH: nuclear normalex2014-12-251-8/+15
* DOC: fix typos and clarify multi_dot docstring..Stefan Otte2014-12-011-11/+13
* ENH: add `multi_dot`: dot with multiple arguments.Stefan Otte2014-11-101-2/+185
* MAINT: Give a more helpful error for bad axis specifications.Eric Moore2014-10-201-0/+4
* ENH: Add keepdims to linalg.normEric Moore2014-10-171-15/+30
* DOC: fix return shape of tensorinv docFrederic2014-07-171-1/+1
* DOC: Fixed documentation on lstsq function on when it return an empty residua...Cimarron Mittelsteadt2014-03-061-1/+1
* Merge pull request #3895 from larsmans/norm-dotCharles Harris2014-01-091-1/+6
|\
| * ENH: optimize complex vector normLars Buitinck2014-01-031-2/+6