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

Multiplies values in the specified rows of matrix mA by scalar value and stores the results in mB

Example:
     ScalarMatrixRows ( 0, 1, 1, 3, 2 )