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

Method ColSumsImpl

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

Source from the content-addressed store, hash-verified

328
329public:
330 ColSumsImpl(const MatrixBase<RTYPE, NA, T>& ref_)
331 : ref(ref_)
332 {}
333
334 return_vector get() const {
335 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