Rcpp Version 1.1.2
Loading...
Searching...
No Matches
as_vector.h File Reference
This graph shows which files directly or indirectly include this file:

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)