Rcpp Version 1.0.9
|
#include <Vectorized_Math.h>
Public Types | |
typedef Rcpp::VectorBase< REALSXP, NA, VEC > | VEC_TYPE |
typedef Rcpp::traits::Extractor< REALSXP, NA, VEC >::type | VEC_EXT |
Public Types inherited from Rcpp::VectorBase< REALSXP, NA, Vectorized< Func, NA, VEC > > | |
typedef traits::storage_type< RTYPE >::type | stored_type |
typedef traits::storage_type< RTYPE >::type | elem_type |
typedef iter_base< iter_traits > | iterator |
typedef iter_base< const_iter_traits > | const_iterator |
Public Member Functions | |
Vectorized (const VEC_TYPE &object_) | |
double | operator[] (R_xlen_t i) const |
R_xlen_t | size () const |
Public Member Functions inherited from Rcpp::VectorBase< REALSXP, NA, Vectorized< Func, NA, VEC > > | |
Vectorized< Func, NA, VEC > & | get_ref () |
const Vectorized< Func, NA, VEC > & | get_ref () const |
stored_type | operator[] (R_xlen_t i) const |
R_xlen_t | size () const |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
Private Attributes | |
const VEC_EXT & | object |
Definition at line 31 of file Vectorized_Math.h.
typedef Rcpp::traits::Extractor<REALSXP,NA,VEC>::type Rcpp::sugar::Vectorized< Func, NA, VEC >::VEC_EXT |
Definition at line 34 of file Vectorized_Math.h.
typedef Rcpp::VectorBase<REALSXP,NA,VEC> Rcpp::sugar::Vectorized< Func, NA, VEC >::VEC_TYPE |
Definition at line 33 of file Vectorized_Math.h.
|
inline |
Definition at line 36 of file Vectorized_Math.h.
|
inline |
Definition at line 37 of file Vectorized_Math.h.
|
inline |
Definition at line 40 of file Vectorized_Math.h.
|
private |
Definition at line 43 of file Vectorized_Math.h.