Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
inline void incr(double* lhs, double rhs) {
52
*lhs += rhs;
53
}
54
55
inline void incr(int* lhs, int rhs) {
56
*lhs += rhs;
Callers
8
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected