Element multiplication. This is used to multiply one array's elements with the corresponding elements of another array.
[ 3, 5 ] .* [ 4, 6 ]
+ - * / ./ ^ .*