|
Rcpp Version 1.1.2
|
#include <Rcpp.h>
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) |
| NumericVector convolve | ( | NumericVector | a, |
| NumericVector | b ) |
Definition at line 17 of file Export.cpp.
References Rcpp::Vector< RTYPE, StoragePolicy >::size().

| int fibonacci | ( | const int | x | ) |
Definition at line 7 of file Export.cpp.
References fibonacci().
Referenced by fibonacci().

Definition at line 32 of file Export.cpp.
References Rcpp::Vector< RTYPE, StoragePolicy >::begin(), Rcpp::Vector< RTYPE, StoragePolicy >::end(), Rcpp::NamesProxyPolicy< CLASS >::names(), and Rcpp::Vector< RTYPE, StoragePolicy >::size().
