22 #ifndef Rcpp__sugar__sd_h
23 #define Rcpp__sugar__sd_h
28 template <
int RTYPE,
bool NA,
typename T>
29 class Sd :
public Lazy< typename Rcpp::traits::storage_type<RTYPE>::type , Sd<RTYPE,NA,T> > {
45 template <
bool NA,
typename T>
Rcpp::traits::storage_type< RTYPE >::type STORAGE
Rcpp::VectorBase< RTYPE, NA, T > VEC_TYPE
Sd(const VEC_TYPE &object_)
void sqrt(InputIterator begin, InputIterator end, OutputIterator out)
sugar::Sd< REALSXP, NA, T > sd(const VectorBase< REALSXP, NA, T > &t)
sugar::Var< REALSXP, NA, T > var(const VectorBase< REALSXP, NA, T > &t)