FillMatrixRows ( mA, row, num_rows, value )
起点となる行を指定して行列の行を指定値で充填します。
用例:
FillMatrixRows (
0
,
1
,
2
,
5
)