| 52 | |
| 53 | template <int RTYPE, bool NA, typename T> |
| 54 | inline Rcpp::Vector<RTYPE> |
| 55 | as_vector( const MatrixBase<RTYPE,NA,T>& t ){ |
| 56 | return internal::as_vector__impl( const_cast< MatrixBase<RTYPE,NA,T>& >(t), typename Rcpp::traits::same_type< T , Matrix<RTYPE> >() ) ; |
| 57 | } |
| 58 | |
| 59 | } // Rcpp |
| 60 | #endif |
no test coverage detected