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

Function int_row_means

inst/tinytest/cpp/sugar.cpp:1177–1179  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1175
1176// [[Rcpp::export]]
1177Rcpp::NumericVector int_row_means(Rcpp::IntegerMatrix x, bool na_rm = false) {
1178 return rowMeans(x, na_rm);
1179}
1180
1181// [[Rcpp::export]]
1182Rcpp::NumericVector lgl_row_means(Rcpp::LogicalMatrix x, bool na_rm = false) {

Callers

nothing calls this directly

Calls 1

rowMeansFunction · 0.85

Tested by

no test coverage detected