[SciPy-user] numarray.dot

Todd Miller jmiller at stsci.edu
Tue Aug 5 16:15:33 EDT 2003


On Tue, 2003-08-05 at 16:08, Todd Miller wrote:
> def _matrixize(result):
>     return result
> 

Oops,  I got a little "happy" with the delete key.  That should have
read:

def _matrixize(result):
	result.__class__ = Matrix
	return result



-- 
Todd Miller <jmiller at stsci.edu>




More information about the SciPy-User mailing list