vec_sub
ABSTRACT
Calculates subtraction of two vectors
PARAMETERS
u | a vector of numbers |
v | a 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 difference of the corresponding entries in u and v
DECLARATION
func vec_sub(u,v)