Rcpp Version 1.1.2
Loading...
Searching...
No Matches
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

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