matrix & matrix::operator*= ( const matrix other )

Function that overloads the *= operator for matrices.

Loads the "*" operator. Matrix B is multiplied with matrix A by A *= B

 All Classes Files Functions Variables Typedefs Friends Defines