MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator()

Method operator()

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

Source from the content-addressed store, hash-verified

135 }
136
137 inline Proxy operator()( const size_t& i, const size_t& j) {
138 return static_cast< Vector<RTYPE>* >( this )->operator[]( offset( i, j ) ) ;
139 }
140 inline const_Proxy operator()( const size_t& i, const size_t& j) const {
141 return static_cast< const Vector<RTYPE>* >( this )->operator[]( offset( i, j ) ) ;
142 }

Callers 1

atMethod · 0.45

Calls 3

RowClass · 0.85
RangeClass · 0.50
operator[]Method · 0.45

Tested by

no test coverage detected