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

Function int_col_sums

inst/tinytest/cpp/sugar.cpp:1156–1158  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1154
1155// [[Rcpp::export]]
1156Rcpp::IntegerVector int_col_sums(Rcpp::IntegerMatrix x, bool na_rm = false) {
1157 return colSums(x, na_rm);
1158}
1159
1160// [[Rcpp::export]]
1161Rcpp::IntegerVector lgl_col_sums(Rcpp::LogicalMatrix x, bool na_rm = false) {

Callers

nothing calls this directly

Calls 1

colSumsFunction · 0.85

Tested by

no test coverage detected