MaxvdKolk / gomm

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

Support writing matrices to disk. #7

Closed MaxvdKolk closed 4 years ago

MaxvdKolk commented 4 years ago

In addition to parsing the Matrix Market format and (ultimately) the Harwell-Being format (#6), it would be great to support writing these system to disk ourselves. It would allow to transfer matrices between packages using these often used formats.

MaxvdKolk commented 4 years ago

For now, symmetric outputs are not critical. Mainly ensure to support dense matrices.