Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ size
Method
size
inst/include/Rcpp/vector/SubMatrix.h:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
{}
40
41
inline R_xlen_t size() const { return ((R_xlen_t)ncol()) * nrow() ; }
42
inline R_xlen_t ncol() const { return nc ; }
43
inline R_xlen_t nrow() const { return nr ; }
44
Callers
1
SubMatrix
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected