ScalarMatrixRows( mA, mB, row, num_rows, s_value )

行列 mA にある指定された行とスカラー値 s_value の値を乗算して mB へ結果を代入します。

用例:
     ScalarMatrixRows ( 0, 1, 1, 3, 2 )