SubtractMatrix (mA, mB, mC )

Subtracts matrix mA and mB and stores the result in mC.

Example:
     SubtractMatrix ( 0, 1, 2 )