0
Answer

How to write the transpose code of sparse matrix in C++?

Photo of Joe Wilson

Joe Wilson

10y
1.9k
1
I mean I want to ask user to choose the size of the sparse matrix and add the sparse matrix elements next after print out the matrix then use a function to   transpose  the current matrix.