convolve_fft_cpp: Internal function to convolve two vectors using FFT

View source: R/RcppExports.R

convolve_fft_cppR Documentation

Internal function to convolve two vectors using FFT

Description

Internal function to convolve two vectors using FFT

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 April 10, 2024, 5:15 p.m.