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

Method ColMeansImpl

inst/include/Rcpp/sugar/functions/rowSums.h:726–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724
725public:
726 ColMeansImpl(const MatrixBase<RTYPE, NA, T>& ref_)
727 : ref(ref_)
728 {}
729
730 return_vector get() const {
731 R_xlen_t i, j, nr = ref.nrow(), nc = ref.ncol();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected