int vector_int::operator+= ( int  x ) [inline]

Function to add to a vector a constant integer factor.

Overloads the += operator. This function adds the constant integer value x to the elements of the vector a, a'_i = a_i + x.

All Classes Files Functions Variables Typedefs Friends Defines