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

Function to divide by a vector by a scalar.

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

 All Classes Files Functions Variables Typedefs Friends Defines