sparsemat / sprs

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

update pattern type #319

Closed shenjiangqiu closed 1 year ago

shenjiangqiu commented 1 year ago

the pattern type is simply a zero-sized structure. update the io module to support:

  1. read an MTX file with pattern type
  2. read a normal non-pattern MTX file as a pattern-type MTX, ignore the data filed. #318
mulimoen commented 1 year ago

Thanks a lot for your work on this @shenjiangqiu!