[Python-ideas] [RFC] draft PEP: Dedicated infix operators for matrix multiplication and matrix power

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Mar 15 00:55:38 CET 2014


Antoine Pitrou wrote:

> It depends how the vectors are layed out (horizontal @ vertical or
> vertical @ horizontal).

The definition of @ in the proposal is such that two
1D arrays is interpreted as horizontal @ vertical.

-- 
Greg


More information about the Python-ideas mailing list