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 12, 2025, 11:03 p.m.