sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
396 stars 47 forks source link

Fix triplet to CSR conversion with empty input. #171

Closed vbarrielle closed 5 years ago

vbarrielle commented 5 years ago

The invariant that, after suppressing duplicates, slot should be equal to the number of nonzeros was not respected with an empty input.

Fixes #170