I have a Matrix market(.mtx) file. I want a sparse matrix conversion from the matrix market file. Can anyone suggest a way to convert matrix market format to 2 dimensional matrix in c++?
I have tried a matlab approach in converting the matrix market to sparse matrix online. But, I don't succeed in it. It would be of great help if I get a solution in c++. As it helps my project.