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