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

Method nrow

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

Source from the content-addressed store, hash-verified

62 inline R_xlen_t size() const { return static_cast<R_xlen_t>(n) * n; }
63 inline int ncol() const { return n; }
64 inline int nrow() const { return n; }
65
66private:
67 const VEC_TYPE& object ;

Callers 1

Diag_ExtractorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected