# ConvertMatrixToString This module prints the contents of a matrix into a string. **Detailed Description** For a dense matrix it outputs all the rows and columns of the matrix. For a sparse matrix only the non zero elements are printed.