pub fn cpu_reduce_sum(t: &Vec<Vec<f64>>) -> Result<Value, String>
Sum of all elements in a Float2DArray. Returns a scalar Float.