sparsemat / sprs

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

More ergonomic slicing APIs #250

Closed vbarrielle closed 3 years ago

vbarrielle commented 3 years ago

During #245 I noticed that middle_outer_slice was not convenient to use. I'm planning to deprecate it and introduce more ergonomic APIs that take Range as input.

vbarrielle commented 3 years ago

Fixed by #252.