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

Function cx_col_means

inst/tinytest/cpp/sugar.cpp:1208–1210  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1206
1207// [[Rcpp::export]]
1208Rcpp::ComplexVector cx_col_means(Rcpp::ComplexMatrix x, bool na_rm = false) {
1209 return colMeans(x, na_rm);
1210}
1211
1212
1213// 10 December 2016: sample

Callers

nothing calls this directly

Calls 1

colMeansFunction · 0.85

Tested by

no test coverage detected