MaxvdKolk / gomm

`gomm`: a MatrixMarket parser in Go.
MIT License
1 stars 0 forks source link

Add support for sparse matrix to MatrixMarket. #13

Closed MaxvdKolk closed 4 years ago

MaxvdKolk commented 4 years ago

Dumps a *sparse.CSR into the MatrixMarket format.

Contributes to #7.