int vector::operator*= ( double  x ) [inline]

Function to scale a vector by a constant factor.

Overloads the /= operator. This function multiplies the elements of vector a by the constant factor x, a'_i = x a_i.

 All Classes Files Functions Variables Typedefs Friends Defines