cpu_reduce_sum

Function cpu_reduce_sum 

Source
pub fn cpu_reduce_sum(t: &Vec<Vec<f64>>) -> Result<Value, String>
Expand description

Sum of all elements in a Float2DArray. Returns a scalar Float.