MultiplyMatrix (mA, mB, mC )

Multiply matrix mA and mB and store the result in mC

Example:
     MultiplyMatrix ( 0, 1, 2 )