AddMatrix (mA, mB, mC )

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

用例:
     AddMatrix ( 0, 1, 2 )