MCPcopy 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
21RcppExport SEXP convolve13cpp(SEXP a, SEXP b){
22 return convolve( Rcpp::NumericVector(a), Rcpp::NumericVector(b) ) ;
23}
24
25#include "loopmacro.h"
26LOOPMACRO_CPP(convolve13cpp)

Callers

nothing calls this directly

Calls 1

convolveFunction · 0.70

Tested by

no test coverage detected