Overview: this module does an element by element multiply of two equal length 1-dimensionaldouble arrays.
Detaild Description: This module performs an element multiply of two vectors of equal length. Each element of the first vector is multiplied with the corresponding element of the second vector. The output is a vector of equal length to the inputs, and contains the product of each of the two corresponding elements of the inputs.
Data Handling: The input data is not modified.