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

Function that multiplies two matrices.

Loads the "*" operator. Matrices A and B are mulitplied by A * B

 All Classes Files Functions Variables Typedefs Friends Defines