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

Function dbl_row_sums

inst/tinytest/cpp/sugar.cpp:1130–1132  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1128
1129// [[Rcpp::export]]
1130Rcpp::NumericVector dbl_row_sums(Rcpp::NumericMatrix x, bool na_rm = false) {
1131 return rowSums(x, na_rm);
1132}
1133
1134// [[Rcpp::export]]
1135Rcpp::IntegerVector int_row_sums(Rcpp::IntegerMatrix x, bool na_rm = false) {

Callers

nothing calls this directly

Calls 1

rowSumsFunction · 0.85

Tested by

no test coverage detected