summaryrefslogtreecommitdiff
path: root/numpy/matlib.py
Commit message (Collapse)AuthorAgeFilesLines
* TST: Add tests for matlib. Closes #1242.Pauli Virtanen2010-07-311-4/+4
| | | | (From Ralf Gommers.)
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-8/+8
|
* first set of checkins from the doc editorJarrod Millman2009-11-131-25/+181
|
* Fix remaining references to numpy.core.defmatrixPauli Virtanen2009-09-261-1/+1
|
* Apply patch from #953 to fix two doctests.David Cournapeau2009-03-091-2/+2
|
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵Pauli Virtanen2008-10-281-3/+138
| | | | they are still an improvement)
* Fix regression in r4659; matlib.py should use from numpy import *cookedm2008-01-051-1/+2
|
* more janitorial workJarrod Millman2007-12-291-8/+7
|
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+1
|
* typoJarrod Millman2007-10-291-1/+1
|
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+2
|
* Add tile to numpy and move repmat to matlib.pyTravis Oliphant2006-10-071-2/+16
|
* Fix problem with randn in matlib. Acutally add min, max, round, abs to the ↵Travis Oliphant2006-08-291-1/+1
| | | | numpy name-space without over-writing builtins on from numpy import *
* Add diagflat. Begin to add numarray compatibilityTravis Oliphant2006-08-021-0/+2
|
* Fix ticket #203 [for Andrew Straw].Stefan van der Walt2006-07-241-1/+1
|
* Keep rand and randn in matlib and make them take tuples as well as ↵Travis Oliphant2006-07-121-2/+10
| | | | individual arguments.
* Change occurrences of N.rand to N.random.rand.Stefan van der Walt2006-07-121-2/+2
|
* fix clobbering of NTim Leslie2006-07-101-2/+2
|
* Add library of matrix functions.Travis Oliphant2006-07-071-0/+41