Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ test_lapply_sum
Function
test_lapply_sum
inst/tinytest/cpp/ListOf.cpp:17–19 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
15
16
// [[Rcpp::export]]
17
List test_lapply_sum(NVList x) {
18
return lapply(x, sum_<NumericVector>);
19
}
20
21
// [[Rcpp::export]]
22
NumericVector test_sapply_sum(NVList x) {
Callers
nothing calls this directly
Calls
1
lapply
Function · 0.50
Tested by
no test coverage detected