On Tue, Mar 18, 2014 at 3:22 PM, Christophe Bal <projet...@gmail.com> wrote:
> About weak-left. You need to define a priority of @ the matrix product
> regarding to * the elementwise product because (A*B)@C <> A*(B@C)

This doesn't follow.  (a / b) * c != a / (b * c), but / and * in
Python have the same priority.

-- 
Nathaniel J. Smith
Postdoctoral researcher - Informatics - University of Edinburgh
http://vorpus.org
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to