| 122 | |
| 123 | template <bool LHS_NA, typename LHS_T> |
| 124 | inline 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 | |
| 130 | template <bool LHS_NA, typename LHS_T> |
| 131 | inline sugar::Diff<REALSXP,LHS_NA,LHS_T> diff( |
no outgoing calls
no test coverage detected