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

Function lgl_col_means

inst/tinytest/cpp/sugar.cpp:1203–1205  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1201
1202// [[Rcpp::export]]
1203Rcpp::NumericVector lgl_col_means(Rcpp::LogicalMatrix x, bool na_rm = false) {
1204 return colMeans(x, na_rm);
1205}
1206
1207// [[Rcpp::export]]
1208Rcpp::ComplexVector cx_col_means(Rcpp::ComplexMatrix x, bool na_rm = false) {

Callers

nothing calls this directly

Calls 1

colMeansFunction · 0.85

Tested by

no test coverage detected