Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ cx_row_sums
Function
cx_row_sums
inst/tinytest/cpp/sugar.cpp:1145–1147 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
1143
1144
// [[Rcpp::export]]
1145
Rcpp::ComplexVector cx_row_sums(Rcpp::ComplexMatrix x, bool na_rm = false) {
1146
return rowSums(x, na_rm);
1147
}
1148
1149
1150
// [[Rcpp::export]]
Callers
nothing calls this directly
Calls
1
rowSums
Function · 0.85
Tested by
no test coverage detected