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

Method RowMeansImpl

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

Source from the content-addressed store, hash-verified

515
516public:
517 RowMeansImpl(const MatrixBase<RTYPE, NA, T>& ref_)
518 : ref(ref_)
519 {}
520
521 return_vector get() const {
522 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