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

Method row

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

Source from the content-addressed store, hash-verified

105 }
106
107 inline Row row( int i ){ return Row( *this, i ) ; }
108 inline ConstRow row( int i ) const{ return ConstRow( *this, i ) ; }
109 inline Column column( int i ){ return Column(*this, i ) ; }
110 inline ConstColumn column( int i ) const{ return ConstColumn( *this, i ) ; }

Callers 8

runit_NumericMatrix_rowFunction · 0.80
runit_GenericMatrix_rowFunction · 0.80
runit_Row_Column_sugarFunction · 0.80
Matrix.hFile · 0.80

Calls 1

RowClass · 0.85

Tested by

no test coverage detected