[inline]
Function to scale a vector by a constant integer factor.
Overloads the /= operator. This function multiplies the elements of vector a by the constant integer factor x, a'_i = x a_i.