MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / runit_sum

Function runit_sum

inst/tinytest/cpp/sugar.cpp:607–609  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

605
606// [[Rcpp::export]]
607double runit_sum( NumericVector xx){
608 return sum( xx ) ;
609}
610
611// [[Rcpp::export]]
612NumericVector runit_cumsum( NumericVector xx ){

Callers

nothing calls this directly

Calls 1

sumFunction · 0.50

Tested by

no test coverage detected