MaxvdKolk / gomm

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

Add support for Harwell-Boeing Exchange #6

Open MaxvdKolk opened 3 years ago

MaxvdKolk commented 3 years ago

Now only the MatrixMarket format is supported, whereas the Harwell-Boeing Exchange format is also widely used and would be great to support.

The Harwell-Boeing format is the most popular mechanism for text-file exchange of sparse matrix data.

MaxvdKolk commented 3 years ago

For now the MatrixMarket format will be sufficient, however, adding this additional format should only require to generalise the extensions and insert the required parse and write routines to match the format description.