Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Matrix
Method
Matrix
inst/include/Rcpp/vector/Matrix.h:51–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
typedef typename VECTOR::const_Proxy const_Proxy ;
50
51
Matrix() : VECTOR(Dimension(0, 0)), nrows(0) {}
52
53
Matrix(SEXP x) : VECTOR(x), nrows( VECTOR::dims()[0] ) {}
54
Callers
nothing calls this directly
Calls
5
Dimension
Class · 0.50
size
Method · 0.45
get__
Method · 0.45
nrow
Method · 0.45
ncol
Method · 0.45
Tested by
no test coverage detected