Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ ncol
Method
ncol
inst/include/Rcpp/sugar/matrix/lower_tri.h:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
46
private:
47
typedef bool (LowerTri::*Method)(int, int) const;
Callers
1
LowerTri
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected