Rcpp Version 1.0.9
|
Go to the source code of this file.
Namespaces | |
Rcpp | |
Rcpp API. | |
Rcpp::sugar | |
Functions | |
template<int RTYPE, bool NA, typename T > | |
Vector< RTYPE > | Rcpp::sugar::na_omit_impl (const T &x, Rcpp::traits::false_type) |
template<int RTYPE, bool NA, typename T > | |
Vector< RTYPE > | Rcpp::sugar::na_omit_impl (const T &x, Rcpp::traits::true_type) |
template<int RTYPE, bool NA, typename T > | |
Vector< RTYPE > | Rcpp::na_omit (const VectorBase< RTYPE, NA, T > &t) |