FillMatrixRows ( mA, row, num_rows, value )
Fills matrix rows with the given value starting at the given row
Example:
FillMatrixRows (
0
,
1
,
2
,
5
)