Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ ncol
Method
ncol
inst/include/Rcpp/sugar/matrix/diag.h:63–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
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
66
private:
Callers
1
Diag_Extractor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected