Function convolve

Source
pub fn convolve(input: &Array1<f64>, kernel: &Array1<f64>) -> Array1<f64>