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

Method nrow

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

Source from the content-addressed store, hash-verified

41
42 inline R_xlen_t size() const { return static_cast<R_xlen_t>(nr) * nc; }
43 inline int nrow() const { return nr; }
44 inline int ncol() const { return nc; }
45
46private:

Callers 1

LowerTriMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected