Rcpp Version 1.0.9
|
Go to the source code of this file.
Classes | |
class | Rcpp::sugar::Var< RTYPE, NA, T > |
class | Rcpp::sugar::Var< CPLXSXP, NA, T > |
Namespaces | |
Rcpp | |
Rcpp API. | |
Rcpp::sugar | |
Functions | |
template<bool NA, typename T > | |
sugar::Var< REALSXP, NA, T > | Rcpp::var (const VectorBase< REALSXP, NA, T > &t) |
template<bool NA, typename T > | |
sugar::Var< INTSXP, NA, T > | Rcpp::var (const VectorBase< INTSXP, NA, T > &t) |
template<bool NA, typename T > | |
sugar::Var< LGLSXP, NA, T > | Rcpp::var (const VectorBase< LGLSXP, NA, T > &t) |
template<bool NA, typename T > | |
sugar::Var< CPLXSXP, NA, T > | Rcpp::var (const VectorBase< CPLXSXP, NA, T > &t) |