+ (Vector)
Returns the sum of two vectors with the same dimension.
Arguments
vector0
and vector1
are the Vectors to add. If their dimensions are different, an error will occur.
Return values
vector2
is the sum Vector.
Complexity
O(dimension)
Example
Output:
1.100000,3.200000,2.300000,