arguments: m:SparseMutableMatrix n:SparseMutableMatrix >> .
Set 'm' to record column operations in the matrix 'n'. The matrix 'n' should have the same number of columns as 'm' has columns. (Thus, each time a column operation is performed on 'm', it is also performed on 'n'.