Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
607
double runit_sum( NumericVector xx){
608
return sum( xx ) ;
609
}
610
611
// [[Rcpp::export]]
612
NumericVector runit_cumsum( NumericVector xx ){
Callers
nothing calls this directly
Calls
1
sum
Function · 0.50
Tested by
no test coverage detected