[SciPy-user] matrix mult operator

Matthieu Brucher matthieu.brucher at gmail.com
Mon Jun 25 11:53:57 EDT 2007


>
> I know that there had been already some discussions about the matrix
> multiplication, but I decided to rise the question once again, because
> mdot() turned out to not solve all problems. Also, I think the names
> 'dot'/ 'mdot' are inappropriate ones, because it is sound like 'dotwise'
> multiplication.
>

Use numpy.matrix instead, it's what I do for this kind of computation.

IMHO dot() is appropriate, as each element in the result matrix really is a
dot product.

Matthieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070625/24c4505c/attachment.html>


More information about the SciPy-User mailing list