MCPcopy 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

DimensionClass · 0.50
sizeMethod · 0.45
get__Method · 0.45
nrowMethod · 0.45
ncolMethod · 0.45

Tested by

no test coverage detected