R/RcppExports.R
convolve_from_c.Rd
Uses the convolve_c function inside of a C++ routine by Rcpp.
convolve_from_c(a, b)
A numeric vector.
numeric
A numeric vector of length \(N_a + N_b\).
convolve_from_c(1:5, 5:1) #> [1] 5 14 26 40 55 40 26 14 5