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

Method begin

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

Source from the content-addressed store, hash-verified

110 inline ConstColumn column( int i ) const{ return ConstColumn( *this, i ) ; }
111
112 inline const_iterator begin() const{ return VECTOR::begin() ; }
113 inline const_iterator end() const{ return VECTOR::end() ; }
114 inline const_iterator cbegin() const{ return VECTOR::begin() ; }
115 inline const_iterator cend() const{ return VECTOR::end() ; }

Callers 1

Matrix.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected