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

Method RowSumsImpl

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

Source from the content-addressed store, hash-verified

136
137public:
138 RowSumsImpl(const MatrixBase<RTYPE, NA, T>& ref_)
139 : ref(ref_)
140 {}
141
142 return_vector get() const {
143 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