| 766 | |
| 767 | template <typename T> |
| 768 | inline SEXP wrap_dispatch_eigen(const T& object, ::Rcpp::traits::false_type) { |
| 769 | RCPP_DEBUG_1("wrap_dispatch_eigen<%s>(., false )", DEMANGLE(T)) |
| 770 | return wrap_dispatch_unknown(object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type()); |
| 771 | } |
| 772 | |
| 773 | template <typename T> |
| 774 | inline SEXP wrap_dispatch_eigen(const T& object, ::Rcpp::traits::true_type) { |
no test coverage detected