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
_______________________________________________
Python-ideas mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to