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

Method column

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

Source from the content-addressed store, hash-verified

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 ) ; }
111
112 inline const_iterator begin() const{ return VECTOR::begin() ; }

Calls

no outgoing calls

Tested by

no test coverage detected