sparsemat / sprs

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

Fix shape-bug for CSC in middle_outer_views #242

Closed kolstae closed 3 years ago

kolstae commented 3 years ago

Create the correct shape of the view returned from middle_outer_views when self is a CSC

vbarrielle commented 3 years ago

Hello and thanks for the fix. This looks good, but could you add a test showing a case that used to fail and is now fixed by these changes?

kolstae commented 3 years ago

Absolutely