MaxvdKolk / gomm

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

Short function to download and parse #4

Closed MaxvdKolk closed 4 years ago

MaxvdKolk commented 4 years ago

Now it takes quite some verbose steps to download and parse a system, i.e. we specify the matrix, download it, unzip it, and parse it. This could be wrapped in a function that would be

ParseMatrix(collection, set, name string) (mat.Matrix, error)