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

Method size

inst/include/Rcpp/sugar/matrix/outer.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 inline R_xlen_t size() const { return static_cast<R_xlen_t>(nr) * nc ; }
62 inline int nrow() const { return nr; }
63 inline int ncol() const { return nc; }
64

Callers 1

OuterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected