Loading...
Searching...
No Matches
Go to the source code of this file.
|
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) |
|