Rcpp Version 1.0.14
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< doubleRcpp::rep (const double &x, R_xlen_t n)
 
sugar::Rep_Single< intRcpp::rep (const int &x, R_xlen_t n)
 
sugar::Rep_Single< RbyteRcpp::rep (const Rbyte &x, R_xlen_t n)
 
sugar::Rep_Single< RcomplexRcpp::rep (const Rcomplex &x, R_xlen_t n)
 
sugar::Rep_Single< boolRcpp::rep (const bool &x, R_xlen_t n)