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