sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
394 stars 46 forks source link

add a PartialEq for indptr and slices #247

Closed mulimoen closed 3 years ago

mulimoen commented 3 years ago

Advantage is in comparing a slice and an IndPtr, without the drawbacks of a Deref on IndPtr which would ignore the properness

vbarrielle commented 3 years ago

Nice, thanks!