Merge two or more sparse matrices by rowname.
RowMergeSparseMatrices(mat1, mat2)
Returns a sparse matrix
Shared matrix rows (with the same row name) will be merged, and unshared rows (with different names) will be filled with zeros in the matrix not containing the row.