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

Function dbl_col_sums

inst/tinytest/cpp/sugar.cpp:1151–1153  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1149
1150// [[Rcpp::export]]
1151Rcpp::NumericVector dbl_col_sums(Rcpp::NumericMatrix x, bool na_rm = false) {
1152 return colSums(x, na_rm);
1153}
1154
1155// [[Rcpp::export]]
1156Rcpp::IntegerVector int_col_sums(Rcpp::IntegerMatrix x, bool na_rm = false) {

Callers

nothing calls this directly

Calls 1

colSumsFunction · 0.85

Tested by

no test coverage detected