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

Function mat_access_with_bounds_checking

inst/tinytest/cpp/Matrix.cpp:310–312  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

308
309// [[Rcpp::export]]
310int mat_access_with_bounds_checking(const IntegerMatrix m, int i, int j) {
311 return m.at(i, j);
312}
313
314
315// [[Rcpp::export]]

Callers

nothing calls this directly

Calls 1

atMethod · 0.45

Tested by

no test coverage detected