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

Method ncol

inst/include/Rcpp/sugar/functions/cbind.h:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 inline R_xlen_t nrow() const { return e1.nrow(); }
194
195 inline R_xlen_t ncol() const { return e1.ncol() + e2.ncol(); }
196
197 inline stored_type operator[](R_xlen_t i) const {
198 return (i < e1.size()) ? e1[i] : e2[i - e1.size()];

Callers 14

ncolMethod · 0.45
ContainerBindableMethod · 0.45
ncolMethod · 0.45
ncolMethod · 0.45
ncolMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected