Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ convolve13cpp
Function
convolve13cpp
inst/examples/ConvolveBenchmarks/convolve13_cpp.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
21
RcppExport SEXP convolve13cpp(SEXP a, SEXP b){
22
return convolve( Rcpp::NumericVector(a), Rcpp::NumericVector(b) ) ;
23
}
24
25
#include
"loopmacro.h"
26
LOOPMACRO_CPP(convolve13cpp)
Callers
nothing calls this directly
Calls
1
convolve
Function · 0.70
Tested by
no test coverage detected