Re: [Python-Dev] PEP 465: A dedicated infix operator for matrix multiplication
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
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