Rcpp Version 1.0.9
unique.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::InSet< HASH >
 
class  Rcpp::sugar::In< RTYPE, TABLE_T >
 

Namespaces

 Rcpp
 Rcpp API.
 
 Rcpp::sugar
 

Functions

template<int RTYPE, bool NA, typename T >
Vector< RTYPE > Rcpp::unique (const VectorBase< RTYPE, NA, T > &t)
 
template<int RTYPE, bool NA, typename T >
Vector< RTYPE > Rcpp::sort_unique (const VectorBase< RTYPE, NA, T > &t, bool decreasing=false)
 
template<int RTYPE, bool NA, typename T , bool RHS_NA, typename RHS_T >
LogicalVector Rcpp::in (const VectorBase< RTYPE, NA, T > &x, const VectorBase< RTYPE, RHS_NA, RHS_T > &table)