Rcpp Version 0.9.10
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

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

Definition at line 8 of file convolve13_cpp.cpp.

References i, j, na, and nb.

Referenced by convolve13cpp().

RcppExport SEXP convolve13cpp ( SEXP  a,
SEXP  b 
)

Definition at line 21 of file convolve13_cpp.cpp.

References convolve().

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines