summaryrefslogtreecommitdiff
path: root/numpy/matlib.py
Commit message (Expand)AuthorAgeFilesLines
* 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