summaryrefslogtreecommitdiff
path: root/scipy/base/matrix.py
Commit message (Expand)AuthorAgeFilesLines
* Moved scipy directory to numpyTravis Oliphant2006-01-041-273/+0
* Fixed problems revealed by pychecker.Travis Oliphant2005-12-301-0/+1
* Eliminate basic and move everything to corefft, corelinalg, or corerandomTravis Oliphant2005-12-251-2/+2
* r1600@Blasphemy: kern | 2005-12-16 01:43:39 -0800Robert Kern2005-12-161-1/+1
* Removed swap paramterTravis Oliphant2005-12-141-2/+1
* Fixed typo in cfuncs.pyTravis Oliphant2005-12-061-1/+1
* Fixtype branch tests level 1 pass.Travis Oliphant2005-12-051-1/+1
* Fixed up ndchararray a bit. Fixed up use of registered data types.Travis Oliphant2005-11-301-1/+2
* Cleaned up memmap.py and made it available. Started with chararray.Travis Oliphant2005-11-221-2/+2
* Fixed autocasting tests to casting tests.. Inplace casting is not supported.Travis Oliphant2005-11-181-6/+12
* Reverted matrix.py to previous state.Travis Oliphant2005-11-181-232/+49
* Fixes and efficiency improvements for matricesedschofield2005-11-181-23/+68
* Added asmatrix() function, as a parallel to asarray(), and new testsedschofield2005-11-181-1/+7
* Bug fixes and transparent upcasting for matrix objectsedschofield2005-11-181-46/+178
* Whitespace cleanup and make classes new-typecookedm2005-10-291-16/+13
* EJS: Patch to use proper True and False values rather than 1 and 0. This all...edschofield2005-10-221-1/+1
* Changed default on matrix to copy=1Travis Oliphant2005-10-191-1/+1
* Fixed so that setting shape works even for discontiguous arrays as long as on...Travis Oliphant2005-10-181-2/+2
* Fixed so that array always returns an array object.Travis Oliphant2005-10-131-1/+1
* r328@Blasphemy: kern | 2005-10-11 19:50:41 -0700Robert Kern2005-10-121-5/+9
* Fixed getting things from scipy.linalgTravis Oliphant2005-10-121-1/+2
* Fixed some typecode initilization warnings. Made core libraries accessible d...Travis Oliphant2005-10-081-1/+1
* Moved extra modules to basicTravis Oliphant2005-10-071-1/+1
* Fixed segfaults in buffered casting when castsize was different than buffersi...Travis Oliphant2005-10-031-4/+3
* Several fixes.Travis Oliphant2005-10-031-23/+7
* Fixes by Eric Firing..Travis Oliphant2005-10-021-11/+16
* Matrix indexing weirdnessTravis Oliphant2005-10-011-9/+11
* a.flags returns fancy array-connected dictionary.Travis Oliphant2005-09-291-4/+8
* Fixed mixed-type array scalar computation issues.Travis Oliphant2005-09-281-2/+3
* Eliminated random_lite libraryTravis Oliphant2005-09-281-20/+2
* Fixed up for release.Travis Oliphant2005-09-261-3/+6
* Fixed ufunc error handling.Travis Oliphant2005-09-211-1/+2
* Fixing some array scalar inconsistencies.Travis Oliphant2005-09-191-0/+62
* Adding core scipy functionsTravis Oliphant2005-09-191-1/+1
* Many fixes.Travis Oliphant2005-09-161-11/+30
* Moving things to live under scipyTravis Oliphant2005-09-141-0/+202