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

Function dbl_row_means

inst/tinytest/cpp/sugar.cpp:1172–1174  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1170
1171// [[Rcpp::export]]
1172Rcpp::NumericVector dbl_row_means(Rcpp::NumericMatrix x, bool na_rm = false) {
1173 return rowMeans(x, na_rm);
1174}
1175
1176// [[Rcpp::export]]
1177Rcpp::NumericVector int_row_means(Rcpp::IntegerMatrix x, bool na_rm = false) {

Callers

nothing calls this directly

Calls 1

rowMeansFunction · 0.85

Tested by

no test coverage detected