int vector_int::operator/= ( const vector_int other ) [inline]

Function to divide vectors.

Overloads the /= operator. This function divides the elements of vector a by the elements of vector b, a'_i = a_i / b_i. The two vectors must have the same length.

All Classes Files Functions Variables Typedefs Friends Defines