multiplyElements

Multiplies the two arrays element by element. Arrays must have the same length.

Return

a new array containing ``a[i]*b[i]``

Parameters

a

the first array

b

the second array