convolve_cpp: Internal function to convolve two vectors using nested for...

View source: R/RcppExports.R

convolve_cppR Documentation

Internal function to convolve two vectors using nested for loop

Description

Internal function to convolve two vectors using nested for loop

Arguments

a

A vector

b

A vector

Details

This is an internal function Same result as, in R: convolve(a, b, conj=TRUE, type="open")

Value

A vector containing the convolution of a and b


PennStateDEPENdLab/dependlab documentation built on Sept. 13, 2024, 4:48 a.m.