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

Function div

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

Source from the content-addressed store, hash-verified

63
64
65inline void div(double* lhs, R_xlen_t rhs) {
66 *lhs /= static_cast<double>(rhs);
67}
68
69inline void div(Rcomplex* lhs, R_xlen_t rhs) {
70 lhs->r /= static_cast<double>(rhs);

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected