summaryrefslogtreecommitdiff
path: root/numpy/core/defmatrix.py
Commit message (Expand)AuthorAgeFilesLines
...
* Don't check scalars in matrix mul. There is fast code for them in dotblas.Travis Oliphant2006-02-271-4/+4
* More judicious calling of dot() from matrix.__mul__edschofield2006-02-271-2/+6
* Faster return.Travis Oliphant2006-02-241-0/+3
* Don't allow matrices larger than ndim=2Travis Oliphant2006-02-241-0/+7
* Fixed orientation of matrix.sum(axis=1), added unit testedschofield2006-02-171-0/+11
* Add Paulo's improvements to _dotblas.c and don't always require contiguous.Travis Oliphant2006-01-171-37/+3
* Minor renaming.Travis Oliphant2006-01-151-5/+5
* Speed up matrix-vector calculations using matrix class.Travis Oliphant2006-01-151-6/+41
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-6/+6
* Fixed up errors..Travis Oliphant2006-01-061-1/+4
* Added new feature to .view method so that if the argument is a sub-type of th...Travis Oliphant2006-01-061-5/+8
* Added i0 natively for kaiser windowTravis Oliphant2006-01-051-1/+1
* Made matrix tests work.Travis Oliphant2006-01-051-1/+1
* More numpy fixes...Travis Oliphant2006-01-041-0/+272