Re: [Python-Dev] PEP 465: A dedicated infix operator for matrix multiplication

2014-04-09 Thread cjw
Guido, I am sorry to read this. I shall be responding more completely in a day or two. In my view, @ and @@ are completely redundant.  Both operations are  already provided, * and **, in numpy.matrix. PEP 465 provides no clear indication as to how

Re: [Python-Dev] PEP 465: A dedicated infix operator for matrix multiplication

2014-04-08 Thread cjw
Guido, I am sorry to read this. I shall be responding more completely in a day or two. In my view, @ and @@ are completely redundant.  Both operations are  already provided, * and **, in numpy.matrix. PEP 465 provides no clear indication as to how