rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.43k stars 295 forks source link

Taming Floating-Point Sums #1391

Open bluss opened 1 month ago

bluss commented 1 month ago

Useful code and benchmarks on floating point accuracy and performance: https://orlp.net/blog/taming-float-sums/