sparsemat / sprs

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

Add scalar multiplication for primitive types #241

Closed mulimoen closed 3 years ago

mulimoen commented 3 years ago

u8/i8/u16/i16 was not handled with the macro, and was not consistent with the other primitives

vbarrielle commented 3 years ago

Good catch, thanks!