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

Function incr

inst/include/Rcpp/sugar/functions/rowSums.h:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51inline void incr(double* lhs, double rhs) {
52 *lhs += rhs;
53}
54
55inline void incr(int* lhs, int rhs) {
56 *lhs += rhs;

Callers 8

getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85
getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected