summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
...
| * TST: linalg: add ilp64 lapack low-memory smoketestPauli Virtanen2019-12-211-0/+28
* | DOC: update cholesky docstring regarding input checkingZé Vinícius2019-12-231-2/+4
|/
* Merge pull request #15129 from bwignall/typo_levenMatti Picus2019-12-193-7/+7
|\
| * Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-193-7/+7
* | DOC: linalg: Include information about scipy.linalg. (#14988)Warren Weckesser2019-12-191-2/+48
|/
* ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalgPauli Virtanen2019-12-143-47/+13
* ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)Pauli Virtanen2019-12-141-4/+2
* Merge pull request #15052 from pv/blas64-fixupSebastian Berg2019-12-061-1/+1
|\
| * TST: fix up issues in requires_memory decoratorPauli Virtanen2019-12-041-1/+1
* | DOC: Fix statement about norms (#15050)Andreas Klöckner2019-12-051-1/+1
|/
* Merge pull request #15021 from pv/blas64-testCharles Harris2019-12-021-1/+15
|\
| * TST: linalg: add smoke test for 64-bit blasPauli Virtanen2019-12-011-1/+15
* | ENH: core: add LAPACK64_ support in numpy.linalgPauli Virtanen2019-11-294-336/+438
|/
* MAINT: Small clarification spelling fixes.Charles Harris2019-11-251-5/+5
* DOC: fix docstring of np.linalg.normmattip2019-11-231-4/+7
* MAINT: revert gh-14800, which gave precedence to OO->O over OO->?mattip2019-11-061-3/+4
* Merge pull request #14800 from mattip/reorder-obj-comparison-loopCharles Harris2019-11-041-4/+3
|\
| * ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add commentsmattip2019-10-301-2/+2
| * WIP, DEP, ENH: finish richcompare changes from 1.10mattip2019-10-291-4/+3
* | Rename helper functions to not use the word rankEric Wieser2019-10-311-40/+37
|/
* DOC: add up-to-date numpy.linalg docstring, remove info.py fileRalf Gommers2019-09-222-80/+67
* DOC: Fix hermitian argument docs in svdhvy2019-08-031-6/+6
* MAINT: remove duplicate variable assignmentsChristoph Gohlke2019-07-241-2/+0
* DEP: Deprecate full and economic modes for linalg.qrkritisingh12019-07-221-7/+1
* DOC: Remove explicit .next method calls with built-in nextMSeifert042019-07-071-1/+1
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-012-5/+5
* Update linalg.pyHe Jia2019-06-141-1/+1
* Update linalg.pyHe Jia2019-06-141-1/+1
* DOC: Add return section to linalg.matrix_rank & tensordotJohn Law2019-05-271-3/+8
* BUG: Increment stacklevel for warnings to account for NEP-18 overrides (#13589)Stephan Hoyer2019-05-201-3/+3
* Merge pull request #13499 from Bharat123rox/file-closingEric Wieser2019-05-122-12/+10
|\
| * Moved statements out of with blockBharat123rox2019-05-111-2/+2
| * Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-072-14/+12
* | DOC: Clarify rcond normalization in linalg.pinvAaron Voelker2019-05-081-3/+3
|/
* Double to single for linking, = -> ==Katharine Hyatt2019-03-181-3/+3
* Single to double backticks for variable in docstringKatharine Hyatt2019-03-141-1/+1
* DOC: add backticks to linalgKatharine Hyatt2019-03-131-14/+14
* DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-281-2/+0
* DOC: fix invalid escape sequenceAdam J. Stewart2019-01-301-1/+1
* DOC: Euclidean 2-norm -> squared Euclidean 2-normAdam J. Stewart2019-01-301-6/+6
* DOC: fix math formatting of np.linalg.lstsq docsAdam J. Stewart2019-01-301-5/+5
* DOC: remove python2-only methods, small cleanupsmattip2019-01-211-1/+1
* Merge pull request #12693 from eric-wieser/gh-9436-hermitianMatti Picus2019-01-132-23/+83
|\
| * ENH: Add a hermitian argument to `pinv` and `svd`, matching `matrix_rank`Eric Wieser2019-01-072-23/+83
* | Merge pull request #12201 from tylerjereddy/test_linalg_commonTypeSebastian Berg2019-01-111-0/+7
|\ \ | |/ |/|
| * TST: coverage for _commonType()Tyler Reddy2018-11-131-0/+7
* | TST, DOC: enable refguide_checkTyler Reddy2018-12-141-77/+79
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-062-4/+2
* | ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-2/+3
|/
* Merge pull request #12215 from tylerjereddy/linalg_lstsq_dim_checkCharles Harris2018-11-011-1/+10
|\