Rcpp Version 1.0.9
|
Go to the source code of this file.
Classes | |
class | Rcpp::sugar::Rep< RTYPE, NA, T > |
class | Rcpp::sugar::Rep_Single< T > |
Namespaces | |
Rcpp | |
Rcpp API. | |
Rcpp::sugar | |
Functions | |
template<int RTYPE, bool NA, typename T > | |
sugar::Rep< RTYPE, NA, T > | Rcpp::rep (const VectorBase< RTYPE, NA, T > &t, R_xlen_t n) |
sugar::Rep_Single< double > | Rcpp::rep (const double &x, R_xlen_t n) |
sugar::Rep_Single< int > | Rcpp::rep (const int &x, R_xlen_t n) |
sugar::Rep_Single< Rbyte > | Rcpp::rep (const Rbyte &x, R_xlen_t n) |
sugar::Rep_Single< Rcomplex > | Rcpp::rep (const Rcomplex &x, R_xlen_t n) |
sugar::Rep_Single< bool > | Rcpp::rep (const bool &x, R_xlen_t n) |