pub fn reduce<F, T>(f: F, init: T, xs: &Vec<T>) -> T where
    F: Fn(T, T) -> T,
    T: Real
Expand description

Explicit version of reduce