2
Reply

How can I sum two sparse matrix in C++?

Joe Wilson

Joe Wilson

Oct 5 2014 11:56 AM
1.3k
I mean I want to ask user to add elements after choosing the size of the matrix next use sum function to calculate the sum of the two matrix and at last print out the result of the sum in sparse matrix.

Answers (2)