Alias: null
Common Name: ElementMultiply
Class: org. imirsel. m2k. math. ElementMultiply

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.


Inputs:
Multiplicand
[D
Input vector (Double 1-D Array)

Multiplier
[D
Input vector (Double 1-D Array)


Outputs:
Element Product
[D
Element product of the input vectors (Double array)



Properties: