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

Function diff

inst/include/Rcpp/sugar/functions/diff.h:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123template <bool LHS_NA, typename LHS_T>
124inline sugar::Diff<INTSXP,LHS_NA,LHS_T> diff(
125 const VectorBase<INTSXP,LHS_NA,LHS_T>& lhs
126 ){
127 return sugar::Diff<INTSXP,LHS_NA,LHS_T>( lhs ) ;
128}
129
130template <bool LHS_NA, typename LHS_T>
131inline sugar::Diff<REALSXP,LHS_NA,LHS_T> diff(

Callers 4

runit_diffFunction · 0.85
runit_diff_intFunction · 0.85
runit_diff_ifelseFunction · 0.85
runit_diff_REALSXP_NAFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected