| 34 | typedef typename Rcpp::traits::Extractor<REALSXP,NA,VEC>::type VEC_EXT ; |
| 35 | |
| 36 | Vectorized( const VEC_TYPE& object_) : object( object_.get_ref() ){} |
| 37 | inline double operator[]( R_xlen_t i) const { |
| 38 | return Func( object[i] ) ; |
| 39 | } |
nothing calls this directly
no outgoing calls
no test coverage detected