Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ nrow
Method
nrow
inst/tinytest/cpp/misc.cpp:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
public:
31
simple(SEXP xp) : dd(xp) {}
32
int nrow() const { return dd[0]; }
33
int ncol() const { return dd[1]; }
34
};
35
Callers
7
DataFrame_nrow
Function · 0.45
runit_NumericMatrix_cumsum
Function · 0.45
runit_NumericMatrix_rowsum
Function · 0.45
runit_no_init_matrix_ctor_nrow
Function · 0.45
noprotect_matrix
Function · 0.45
Dimension_const
Function · 0.45
fastLm
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected