sparsemat / sprs

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

Remove old product implementation #202

Closed vbarrielle closed 4 years ago

vbarrielle commented 4 years ago

Recent PRs have introduced a more efficient matrix-matrix product. There is no benefit to keeping the old implementation around. Since the old product was a public API, this is a breaking change and will require bumping sprs version to 0.8.