sparsemat / sprs

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

add support for reading complex hermitian matrices #307

Closed chetmurthy closed 2 years ago

chetmurthy commented 2 years ago

and make sure reading non-complex hermitian matrices fails with an error.

with tests. and changelog.

mulimoen commented 2 years ago

Thanks!