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

Method at

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

Source from the content-addressed store, hash-verified

142 }
143
144 inline Proxy at( const size_t& i, const size_t& j) {
145 return static_cast< Vector<RTYPE>* >( this )->operator()( i, j ) ;
146 }
147 inline const_Proxy at( const size_t& i, const size_t& j) const {
148 return static_cast< const Vector<RTYPE>* >( this )->operator()( i, j ) ;
149 }

Callers 14

vec_setFunction · 0.45
vec_atFunction · 0.45
vec_setFunction · 0.45
vec_atFunction · 0.45
S4_CppOverloadedMethodsFunction · 0.45
vec_setFunction · 0.45
vec_atFunction · 0.45
addUniqueDependencyFunction · 0.45
parseSignatureMethod · 0.45

Calls 1

operator()Method · 0.45

Tested by

no test coverage detected