HN2new | past | comments | ask | show | jobs | submitlogin



Because the whole problem it is solving is that both matrix multiplication and elementwise multiplication are frequently used enough that there is API fragmentation in popular matrix-using Python libraries between places where * is used for matrix multiplication and places where it is used for elementwise multiplication. Read the linked PEP, this is addressed, at length.


Because * is already used for element-wise matrix multiplication.


The * operator is already used for elementwise multiplication.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: