| 328 | // for template argument deduction |
| 329 | template <int RTYPE> |
| 330 | inline ContainerBindable<RTYPE, Rcpp::Matrix<RTYPE> > |
| 331 | MakeContainerBindable(const Rcpp::Matrix<RTYPE>& x) { |
| 332 | return ContainerBindable<RTYPE, Rcpp::Matrix<RTYPE> >(x); |
| 333 | } |
| 334 | |
| 335 | template <int RTYPE> |
| 336 | inline ContainerBindable<RTYPE, Rcpp::Vector<RTYPE> > |
no outgoing calls
no test coverage detected