Rcpp Version 1.0.9
|
Go to the source code of this file.
Namespaces | |
Rcpp | |
Rcpp API. | |
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) |