arguments: m:SparseMutableMatrix r1:int a:RingElement r:int >> .
Destructively set m[row r] = m[row r] + a * m[row r1]. Note: this is less efficient than the corresponding column operation.