Namespaces |
| namespace | Rcpp |
| | Rcpp API.
|
| namespace | Rcpp::internal |
| | internal implementation details
|
Functions |
| template<> |
| int | Rcpp::internal::r_coerce< INTSXP, INTSXP > (int from) |
| template<> |
| int | Rcpp::internal::r_coerce< LGLSXP, LGLSXP > (int from) |
| template<> |
| double | Rcpp::internal::r_coerce< REALSXP, REALSXP > (double from) |
| template<> |
| Rcomplex | Rcpp::internal::r_coerce< CPLXSXP, CPLXSXP > (Rcomplex from) |
| template<> |
| Rbyte | Rcpp::internal::r_coerce< RAWSXP, RAWSXP > (Rbyte from) |
| template<> |
| int | Rcpp::internal::r_coerce< LGLSXP, INTSXP > (int from) |
| template<> |
| int | Rcpp::internal::r_coerce< REALSXP, INTSXP > (double from) |
| template<> |
| int | Rcpp::internal::r_coerce< CPLXSXP, INTSXP > (Rcomplex from) |
| template<> |
| int | Rcpp::internal::r_coerce< RAWSXP, INTSXP > (Rbyte from) |
| template<> |
| double | Rcpp::internal::r_coerce< LGLSXP, REALSXP > (int from) |
| template<> |
| double | Rcpp::internal::r_coerce< INTSXP, REALSXP > (int from) |
| template<> |
| double | Rcpp::internal::r_coerce< CPLXSXP, REALSXP > (Rcomplex from) |
| template<> |
| double | Rcpp::internal::r_coerce< RAWSXP, REALSXP > (Rbyte from) |
| template<> |
| int | Rcpp::internal::r_coerce< REALSXP, LGLSXP > (double from) |
| template<> |
| int | Rcpp::internal::r_coerce< INTSXP, LGLSXP > (int from) |
| template<> |
| int | Rcpp::internal::r_coerce< CPLXSXP, LGLSXP > (Rcomplex from) |
| template<> |
| int | Rcpp::internal::r_coerce< RAWSXP, LGLSXP > (Rbyte from) |
| template<> |
| Rbyte | Rcpp::internal::r_coerce< REALSXP, RAWSXP > (double from) |
| template<> |
| Rbyte | Rcpp::internal::r_coerce< INTSXP, RAWSXP > (int from) |
| template<> |
| Rbyte | Rcpp::internal::r_coerce< CPLXSXP, RAWSXP > (Rcomplex from) |
| template<> |
| Rbyte | Rcpp::internal::r_coerce< LGLSXP, RAWSXP > (int from) |
| template<> |
| Rcomplex | Rcpp::internal::r_coerce< REALSXP, CPLXSXP > (double from) |
| template<> |
| Rcomplex | Rcpp::internal::r_coerce< INTSXP, CPLXSXP > (int from) |
| template<> |
| Rcomplex | Rcpp::internal::r_coerce< RAWSXP, CPLXSXP > (Rbyte from) |
| template<> |
| Rcomplex | Rcpp::internal::r_coerce< LGLSXP, CPLXSXP > (int from) |