[[Rcpp::export]]
| 610 | |
| 611 | // [[Rcpp::export]] |
| 612 | NumericVector runit_cumsum( NumericVector xx ){ |
| 613 | NumericVector res = cumsum( xx ) ; |
| 614 | return res ; |
| 615 | } |
| 616 | |
| 617 | // [[Rcpp::export]] |
| 618 | List runit_asvector( NumericMatrix z, NumericVector x, NumericVector y){ |