vec_sub

ABSTRACT

Calculates subtraction 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 difference of the corresponding entries in u and v

DECLARATION
func vec_sub(u,v)