Rcpp Version 1.1.2
Loading...
Searching...
No Matches
rep.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Rcpp::sugar::Rep< RTYPE, NA, T >
class  Rcpp::sugar::Rep_Single< T >

Namespaces

namespace  Rcpp
 Rcpp API.
namespace  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)