[Python-ideas] Operator as first class citizens -- like in scala -- or yet another new operator?

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Jun 4 17:27:59 EDT 2019


Cody Piersall wrote:
> As Yanghao mentioned, the likeliest to use
> would be the in-place matmul operator (@=) but there are use cases
> where matrix-multiplication of signals would actually be useful too.

My question on that is whether matrix multiplication of signals is
likely to be used so heavily that it would be a hardship to represent
it some other way, such as a function.

-- 
Greg


More information about the Python-ideas mailing list