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

Function test_sapply_sum

inst/tinytest/cpp/ListOf.cpp:22–24  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

20
21// [[Rcpp::export]]
22NumericVector test_sapply_sum(NVList x) {
23 return sapply(x, sum_<NumericVector>);
24}
25
26// [[Rcpp::export]]
27NVList test_assign(NVList x, NumericVector y, CharacterVector z) {

Callers

nothing calls this directly

Calls 1

sapplyFunction · 0.50

Tested by

no test coverage detected