"In numerical code, there are two important operations which compete for use of Python's * operator: elementwise multiplication, and matrix multiplication"
The idea is to keep using * for elementwise multiplication, and use @ for matrix multiplication.
"In numerical code, there are two important operations which compete for use of Python's * operator: elementwise multiplication, and matrix multiplication"
The idea is to keep using * for elementwise multiplication, and use @ for matrix multiplication.