summaryrefslogtreecommitdiff
path: root/numpy/matlib.py
AgeCommit message (Expand)AuthorFilesLines
2017-11-12ENH: Add `order=` keyword to `np.eye()` (#9996)Danny Hermes1-2/+7
2015-06-21DOC: Update docs.Gabor Kovacs1-4/+4
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-5/+5
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2010-07-31TST: Add tests for matlib. Closes #1242.Pauli Virtanen1-4/+4
2009-12-28fixed a whole bunch of doctestsPaul Ivanov1-8/+8
2009-11-13first set of checkins from the doc editorJarrod Millman1-25/+181
2009-09-26Fix remaining references to numpy.core.defmatrixPauli Virtanen1-1/+1
2009-03-09Apply patch from #953 to fix two doctests.David Cournapeau1-2/+2
2008-10-28Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen1-3/+138
2008-01-05Fix regression in r4659; matlib.py should use from numpy import *cookedm1-1/+2
2007-12-29more janitorial workJarrod Millman1-8/+7
2007-10-29ran reindent.py to clean up whitespaceJarrod Millman1-1/+1
2007-10-29typoJarrod Millman1-1/+1
2007-01-08Whitespace cleanup.Stefan van der Walt1-2/+2
2006-10-07Add tile to numpy and move repmat to matlib.pyTravis Oliphant1-2/+16
2006-08-29Fix problem with randn in matlib. Acutally add min, max, round, abs to the n...Travis Oliphant1-1/+1
2006-08-02Add diagflat. Begin to add numarray compatibilityTravis Oliphant1-0/+2
2006-07-24Fix ticket #203 [for Andrew Straw].Stefan van der Walt1-1/+1
2006-07-12Keep rand and randn in matlib and make them take tuples as well as individual...Travis Oliphant1-2/+10
2006-07-12Change occurrences of N.rand to N.random.rand.Stefan van der Walt1-2/+2
2006-07-10fix clobbering of NTim Leslie1-2/+2
2006-07-07Add library of matrix functions.Travis Oliphant1-0/+41