|
Rcpp Version 0.9.10
|
#include <mean.h>


Public Types | |
| typedef Rcpp::VectorBase < RTYPE, NA, T > | VEC_TYPE |
| typedef Rcpp::traits::storage_type < RTYPE >::type | STORAGE |
Public Member Functions | |
| Mean (const VEC_TYPE &object_) | |
| STORAGE | get () const |
Private Attributes | |
| const VEC_TYPE & | object |
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Mean< RTYPE, NA, T >::STORAGE |
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Mean< RTYPE, NA, T >::VEC_TYPE |
| Rcpp::sugar::Mean< RTYPE, NA, T >::Mean | ( | const VEC_TYPE & | object_ | ) | [inline] |
| STORAGE Rcpp::sugar::Mean< RTYPE, NA, T >::get | ( | ) | const [inline] |
Definition at line 36 of file mean.h.
References Rcpp::sum().

const VEC_TYPE& Rcpp::sugar::Mean< RTYPE, NA, T >::object [private] |