Rcpp Version 1.0.14
Loading...
Searching...
No Matches
Export.cpp File Reference
#include <Rcpp.h>
Include dependency graph for Export.cpp:

Go to the source code of this file.

Functions

int fibonacci (const int x)
 
NumericVector convolve (NumericVector a, NumericVector b)
 
List lapplyCpp (List input, Function f)
 

Function Documentation

◆ convolve()

NumericVector convolve ( NumericVector  a,
NumericVector  b 
)

Definition at line 17 of file Export.cpp.

References Rcpp::as(), and Rcpp::Vector< RTYPE, StoragePolicy >::size().

Here is the call graph for this function:

◆ fibonacci()

int fibonacci ( const int  x)

Definition at line 7 of file Export.cpp.

References fibonacci().

Referenced by fibonacci().

Here is the call graph for this function:

◆ lapplyCpp()

List lapplyCpp ( List  input,
Function  f 
)

Definition at line 32 of file Export.cpp.

References Rcpp::as().

Here is the call graph for this function: