
March 18, 2014
4:53 p.m.
On Tue, Mar 18, 2014 at 3:22 PM, Christophe Bal <projetmbc@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