bkochuna / ners570f24-SpMV

3 stars 0 forks source link

Add a COO view method #36

Open KyleVaughn opened 1 month ago

KyleVaughn commented 1 month ago

Description:

Add a public method to the COO class which prints out the matrix. Depending on the standard pactices, this will either output to stdout or to a file location provided. Additional things that might be implemented as part of the standard are utalizing symetry to reduce the number of print out and that the most likely presentation is row_index col_index value

Tasks:

Definition of done:

This task is complete when the view method is added and it agrees with the standards set for viewing the sparse matrix.

jsayut1 commented 3 weeks ago

I am reviewing this

nickamano commented 2 weeks ago

@jsayut1 The branch associated with this issue is now ready for review

jsayut1 commented 1 week ago

@nickamano I checked out the branch and the code looks good! I'm not sure if the assembleStorage() method is working but I successfully wrote the matrix to a file. Good work , initiate the pull request