Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ cx_col_sums
Function
cx_col_sums
inst/tinytest/cpp/sugar.cpp:1166–1168 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
1164
1165
// [[Rcpp::export]]
1166
Rcpp::ComplexVector cx_col_sums(Rcpp::ComplexMatrix x, bool na_rm = false) {
1167
return colSums(x, na_rm);
1168
}
1169
1170
1171
// [[Rcpp::export]]
Callers
nothing calls this directly
Calls
1
colSums
Function · 0.85
Tested by
no test coverage detected