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

Overview: This module performs vector addition of equal length 1-dimensional arrays.

Detailed Description: This module performs an addition of two vectors of equal length. Each element of the first vector is added with the corresponding element of the second vector. The output is a vector of equal length to the inputs, and contains the sum of each of the two corresponding elements of the inputs.

Data Handling: the input data is not modified


Inputs:
Input 1
[D
Input vector (Double array)

Input 2
[D
Input vector (Double array)


Outputs:
Element Sum
[D
Element sum of the input vectors (Double array)



Properties: