Skip to main content

reduce_sum

Function reduce_sum 

Source
pub fn reduce_sum(data: &[f64]) -> f64
Expand description

Parallel reduce: compute the sum of all elements.