sparsemat / sprs

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

allow CsMat::map to return a new type #161

Closed pmarks closed 5 years ago

pmarks commented 5 years ago

allow CsMat::map to return a new type

vbarrielle commented 5 years ago

Yes it's quite nice to have that, thanks for this fix.