MCPcopy 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
11template <typename T>
12double sum_(const T& x) {
13 return sum(x);
14}
15
16// [[Rcpp::export]]
17List test_lapply_sum(NVList x) {

Callers

nothing calls this directly

Calls 1

sumFunction · 0.50

Tested by

no test coverage detected