[[Rcpp::export]]
| 370 | |
| 371 | // [[Rcpp::export]] |
| 372 | NumericVector runit_sapply_rawfun( NumericVector xx){ |
| 373 | NumericVector res = sapply( xx, raw_square ); |
| 374 | return res ; |
| 375 | } |
| 376 | |
| 377 | // [[Rcpp::export]] |
| 378 | NumericVector runit_sapply_lambda(NumericVector xx){ |