sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
399 stars 47 forks source link

Convenient constructors for scr/csc distinction #75

Closed vbarrielle closed 8 years ago

vbarrielle commented 8 years ago

Current constructors require a CompressedStorage argument, which is quite a pain to use, since users need to import it, and qualify the variant.

Possible solutions include:

vbarrielle commented 8 years ago

Fixed by #82.