IsEqualMatrix (mA, mB, tolerance )

行列 mA が行列 mB の誤差範囲内ならば true を返します。

備考: これはメインプロセスで実行します。

用例:
     IsEqualMatrix ( 0, 1, 0.0001 )