x @ yMultiply two Python objects (e.g., NumPy arrays) as matrices.
|
|
|
|
In Macaulay2, the * operator is used for matrix multiplication, but in NumPy, this results in componentwise multiplication.
|
The source of this document is in Python/doc/arithmetic.m2:297:0.