Closed taketo1024 closed 1 year ago
This looks great! Would you mind rebasing on master to include the clippy lint fixes?
Sorry for the late reply.
Would you mind rebasing on master to include the clippy lint fixes?
Sure!
I have rebased relax_trait_restr
on master
and checked that test runs ok in sprs
.
Thanks for this PR @taketo1024!
Following #319, I have relaxed the trait requirements for
Add
,Sub
etc forCsVec
, so that in particular we can add and subtract vectors with scalar types that does not necessarily implement thenum_traits::Num
trait.