Displaying 1 result from an estimated 1 matches for "file10bc7da0783e".
2012 May 03
1
Setting up a windows system for rcpp
...: #ifndef BEGIN_RCPP
8 : #define BEGIN_RCPP
9 : #endif
10 :
11 : #ifndef END_RCPP
12 : #define END_RCPP
13 : #endif
14 :
15 : using namespace Rcpp;
16 :
17 :
18 : // user includes
19 :
20 :
21 : // declarations
22 : extern "C" {
23 : SEXP file10bc7da0783e( SEXP x) ;
24 : }
25 :
26 : // definition
27 :
28 : SEXP file10bc7da0783e( SEXP x ){
29 : BEGIN_RCPP
30 :
31 : NumericVector xx(x);
32 : return wrap( std::accumulate( xx.begin(), xx.end(), 0.0));
33 : END_RCPP
34 : }
35 :
36 :
Compilation argument:
C:/R_curr...