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

Method rows

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

Source from the content-addressed store, hash-verified

101 return VECTOR::dims()[1];
102 }
103 inline int rows() const {
104 return nrows ;
105 }
106
107 inline Row row( int i ){ return Row( *this, i ) ; }
108 inline ConstRow row( int i ) const{ return ConstRow( *this, i ) ; }

Callers 6

DataFrame_nrowFunction · 0.45
matrix_scalar_plus3Function · 0.45
matrix_scalar_plus4Function · 0.45
matrix_scalar_divide3Function · 0.45
matrix_scalar_divide4Function · 0.45
Matrix.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected