|
Rcpp Version 1.0.14
|

Go to the source code of this file.
Namespaces | |
| namespace | Rcpp |
| Rcpp API. | |
| namespace | Rcpp::internal |
| internal implementation details | |
Functions | |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::Vector< RTYPE > | Rcpp::internal::as_vector__impl (MatrixBase< RTYPE, NA, T > &t, Rcpp::traits::false_type) |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::Vector< RTYPE > | Rcpp::internal::as_vector__impl (MatrixBase< RTYPE, NA, T > &t, Rcpp::traits::true_type) |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::Vector< RTYPE > | Rcpp::as_vector (const MatrixBase< RTYPE, NA, T > &t) |