ScalarMatrix ( mA, mB, s_value )
行列 mA の値をスカラー値 s_value で乗算して mB へ結果を代入します。
用例:
ScalarMatrix (
0
,
1
,
2
)