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

Function cx_row_means

inst/tinytest/cpp/sugar.cpp:1187–1189  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1185
1186// [[Rcpp::export]]
1187Rcpp::ComplexVector cx_row_means(Rcpp::ComplexMatrix x, bool na_rm = false) {
1188 return rowMeans(x, na_rm);
1189}
1190
1191
1192// [[Rcpp::export]]

Callers

nothing calls this directly

Calls 1

rowMeansFunction · 0.85

Tested by

no test coverage detected