int vector_int::operator*= ( int  x ) [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.

All Classes Files Functions Variables Typedefs Friends Defines