Rcpp Version 1.0.9
instantiation.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 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