vec_add

ABSTRACT

Calculates addition of two vectors

PARAMETERS
ua vector of numbers
va vector of numbers with the same length as u
RETURN

a vector with the same length of u or v, where each entry is given by the sum of the corresponding entries in u and v

DECLARATION
func vec_add(u,v)