|
Rcpp Version 0.10.3
|

Go to the source code of this file.
Functions | |
| template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T > | |
| Rcpp::sugar::Comparator< RTYPE, Rcpp::sugar::less< RTYPE > , LHS_NA, LHS_T, RHS_NA, RHS_T > | operator< (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs) |
| template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T > | |
| Rcpp::sugar::Comparator< RTYPE, Rcpp::sugar::greater< RTYPE > , LHS_NA, LHS_T, RHS_NA, RHS_T > | operator> (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs) |
| template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T > | |
| Rcpp::sugar::Comparator< RTYPE, Rcpp::sugar::less_or_equal < RTYPE >, LHS_NA, LHS_T, RHS_NA, RHS_T > | operator<= (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs) |
| template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T > | |
| Rcpp::sugar::Comparator< RTYPE, Rcpp::sugar::greater_or_equal < RTYPE >, LHS_NA, LHS_T, RHS_NA, RHS_T > | operator>= (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs) |
| template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T > | |
| Rcpp::sugar::Comparator< RTYPE, Rcpp::sugar::equal< RTYPE > , LHS_NA, LHS_T, RHS_NA, RHS_T > | operator== (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs) |
| template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T > | |
| Rcpp::sugar::Comparator< RTYPE, Rcpp::sugar::not_equal< RTYPE > , LHS_NA, LHS_T, RHS_NA, RHS_T > | operator!= (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs) |
|
inline |
Definition at line 139 of file logical_operators__Vector__Vector.h.
|
inline |
Definition at line 34 of file logical_operators__Vector__Vector.h.
|
inline |
Definition at line 76 of file logical_operators__Vector__Vector.h.
|
inline |
Definition at line 118 of file logical_operators__Vector__Vector.h.
|
inline |
Definition at line 55 of file logical_operators__Vector__Vector.h.
|
inline |
Definition at line 97 of file logical_operators__Vector__Vector.h.