linalg:*
(linalg:* &rest arrays)
Multiplies its arguments elementwise (the Hadamard product, not the matrix product -- that is linalg:matmul), left to right, and returns a fresh array. It is the CL operator spelling of linalg:mul, broadcasting by the same numpy rules. With no argument it returns 1, and with one argument it returns that argument unchanged.