vbarrielle / dense_mats

Traits to abstract over sparse matrices in rust
1 stars 2 forks source link

Iterators only available on views #7

Closed vbarrielle closed 9 years ago

vbarrielle commented 9 years ago

Due to me not able to correctly fight the borrow checker right now. However that probably hurts usability a lot.

vbarrielle commented 9 years ago

Acutally I was misleaded, it's the methods in iterators that are only available on views, so it looks less important. Still if it could be addressed some day...