|
Rcpp Version 1.1.2
|

Go to the source code of this file.
Namespaces | |
| namespace | Rcpp |
| Rcpp API. | |
Typedefs | |
| typedef Vector< CPLXSXP > | Rcpp::ComplexVector |
| typedef Vector< INTSXP > | Rcpp::IntegerVector |
| typedef Vector< LGLSXP > | Rcpp::LogicalVector |
| typedef Vector< REALSXP > | Rcpp::NumericVector |
| typedef Vector< REALSXP > | Rcpp::DoubleVector |
| typedef Vector< RAWSXP > | Rcpp::RawVector |
| typedef Vector< STRSXP > | Rcpp::CharacterVector |
| typedef Vector< STRSXP > | Rcpp::StringVector |
| typedef Vector< VECSXP > | Rcpp::GenericVector |
| typedef Vector< VECSXP > | Rcpp::List |
| typedef Vector< EXPRSXP > | Rcpp::ExpressionVector |
| typedef Matrix< CPLXSXP > | Rcpp::ComplexMatrix |
| typedef Matrix< INTSXP > | Rcpp::IntegerMatrix |
| typedef Matrix< LGLSXP > | Rcpp::LogicalMatrix |
| typedef Matrix< REALSXP > | Rcpp::NumericMatrix |
| typedef Matrix< RAWSXP > | Rcpp::RawMatrix |
| typedef Matrix< STRSXP > | Rcpp::CharacterMatrix |
| typedef Matrix< STRSXP > | Rcpp::StringMatrix |
| typedef Matrix< VECSXP > | Rcpp::GenericMatrix |
| typedef Matrix< VECSXP > | Rcpp::ListMatrix |
| typedef Matrix< EXPRSXP > | Rcpp::ExpressionMatrix |