Rcpp Version 1.1.2
Loading...
Searching...
No Matches
convolve13_cpp.cpp File Reference
#include <Rcpp.h>
#include "loopmacro.h"
Include dependency graph for convolve13_cpp.cpp:

Go to the source code of this file.

Functions

template<typename T>
convolve (const T &a, const T &b)
RcppExport SEXP convolve13cpp (SEXP a, SEXP b)

Function Documentation

◆ convolve()

template<typename T>
T convolve ( const T & a,
const T & b )

Definition at line 8 of file convolve13_cpp.cpp.

Referenced by convolve13cpp().

◆ convolve13cpp()

RcppExport SEXP convolve13cpp ( SEXP a,
SEXP b )

Definition at line 21 of file convolve13_cpp.cpp.

References convolve(), and RcppExport.

Here is the call graph for this function: