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

Function int_row_sums

inst/tinytest/cpp/sugar.cpp:1135–1137  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1133
1134// [[Rcpp::export]]
1135Rcpp::IntegerVector int_row_sums(Rcpp::IntegerMatrix x, bool na_rm = false) {
1136 return rowSums(x, na_rm);
1137}
1138
1139// [[Rcpp::export]]
1140Rcpp::IntegerVector lgl_row_sums(Rcpp::LogicalMatrix x, bool na_rm = false) {

Callers

nothing calls this directly

Calls 1

rowSumsFunction · 0.85

Tested by

no test coverage detected