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