sparsemat / sprs

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

Fix outer_iterator_mut DoubleEnded iterator #263

Closed mulimoen closed 3 years ago

mulimoen commented 3 years ago

Test and fix for #261

Introduces unsafe code, please review carefully

vbarrielle commented 3 years ago

That looks good, I'm quite convinced this unsafe is completely ok. It's also way simpler than any safe alternative I try to think of.