sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
381 stars 45 forks source link

minor refactor, to support reading/writing to/from gzip files #309

Closed chetmurthy closed 2 years ago

chetmurthy commented 2 years ago

Made a tiny refactor, in order to support I/O to gzipped matrixmarket files.

Also changed trait bound to relax ?Sized on BufRead/Write, for same end-goal.

mulimoen commented 2 years ago

Thanks!