SubtractMatrix (mA, mB, mC )

行列 mA と mB を減算して mC へ結果を代入します。

用例:
     SubtractMatrix ( 0, 1, 2 )