summaryrefslogtreecommitdiff
path: root/numpy/matlib.py
Commit message (Expand)AuthorAgeFilesLines
* 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 n...Travis Oliphant2006-08-291-1/+1
* 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 individual...Travis Oliphant2006-07-121-2/+10
* 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