[Numpy-discussion] Matrix addition, +=
Jonas Wallin
jonas.wallin81@gmail....
Mon Sep 12 06:18:35 CDT 2011
Hello,
I am sure this question has been answered before but I can't find the right
search word to find it.
Why does
MuY += MuY.transpose()
and
MuY = MuY + MuY.transpose()
give different answers?
thanks
/Jonas Wallin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/numpy-discussion/attachments/20110912/619cc70c/attachment.html
More information about the NumPy-Discussion
mailing list