MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / nrow

Method nrow

inst/include/Rcpp/vector/Matrix.h:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 return VECTOR::dims()[1];
96 }
97 inline int nrow() const {
98 return nrows ;
99 }
100 inline int cols() const {
101 return VECTOR::dims()[1];
102 }

Callers 9

MatrixRowMethod · 0.45
ConstMatrixRowMethod · 0.45
MatrixColumnMethod · 0.45
ConstMatrixColumnMethod · 0.45
MatrixMethod · 0.45
Matrix.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected