Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ sum_
Function
sum_
inst/tinytest/cpp/ListOf.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
template <typename T>
12
double sum_(const T& x) {
13
return sum(x);
14
}
15
16
// [[Rcpp::export]]
17
List test_lapply_sum(NVList x) {
Callers
nothing calls this directly
Calls
1
sum
Function · 0.50
Tested by
no test coverage detected