matrix_int & matrix_int::operator*= ( const int &  f )

Function that multiplies a matrix and a scalar.

Loads the "*" operator. Matrix A and sinteger f are mulitplied by f * A

All Classes Files Functions Variables Typedefs Friends Defines