Is it possible to efficiently compute the Hadamard product (= entrywise product) of 2 matrices in MAGMA? I can't find anything in the documentation.
The best thing I can come up with is computing it directly with 2 nested for loops, but this is really slow.
How big are the matrices? And what field? If you write your own function, I would imagine it's pretty efficient.