sarah-ek / faer-rs

Linear algebra foundation for the Rust programming language
https://faer-rs.github.io
MIT License
1.75k stars 56 forks source link

Sum impl #93

Closed edyounis closed 5 months ago

edyounis commented 7 months ago

Implemented .sum() for many faer types via tree-sum simd algorithm.