Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same ... | Travis Oliphant | 2006-10-09 | 1 | -3/+14 |
* | Kron is now N-dimensional, so remove rank check. | Stefan van der Walt | 2006-10-07 | 1 | -16/+0 |
* | Add tests for tile and fix error. | Travis Oliphant | 2006-10-07 | 1 | -0/+11 |
* | Replace ScipyTestCase with NumpyTestCase | cookedm | 2006-07-17 | 1 | -15/+15 |
* | Fix kron so that the return type reflects the type of its arguments. Also, ra... | Tim Hochberg | 2006-04-20 | 1 | -0/+32 |
* | change use of deprecated NewAxis to newaxis | Tim Leslie | 2006-03-18 | 1 | -1/+1 |
* | Run reindent.py (script distributed with Python) over the source to remove ex... | cookedm | 2006-03-10 | 1 | -3/+3 |
* | More fixes... | Travis Oliphant | 2006-01-04 | 1 | -2/+3 |
* | Fixed lib | Travis Oliphant | 2006-01-04 | 1 | -0/+364 |