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

Go to the source code of this file.

Typedefs

typedef Vector< CPLXSXP > ComplexVector
typedef Vector< INTSXP > IntegerVector
typedef Vector< LGLSXP > LogicalVector
typedef Vector< REALSXP > NumericVector
typedef Vector< RAWSXP > RawVector
typedef Vector< STRSXP > CharacterVector
typedef Vector< STRSXP > StringVector
typedef Vector< VECSXP > GenericVector
typedef Vector< VECSXP > List
typedef Vector< EXPRSXP > ExpressionVector
typedef Matrix< CPLXSXP > ComplexMatrix
typedef Matrix< INTSXP > IntegerMatrix
typedef Matrix< LGLSXP > LogicalMatrix
typedef Matrix< REALSXP > NumericMatrix
typedef Matrix< RAWSXP > RawMatrix
typedef Matrix< STRSXP > CharacterMatrix
typedef Matrix< STRSXP > StringMatrix
typedef Matrix< VECSXP > GenericMatrix
typedef Matrix< VECSXP > ListMatrix
typedef Matrix< EXPRSXP > ExpressionMatrix

Typedef Documentation

typedef Matrix<STRSXP> CharacterMatrix

Definition at line 43 of file instantiation.h.

typedef Vector<STRSXP> CharacterVector

Definition at line 31 of file instantiation.h.

typedef Matrix<CPLXSXP> ComplexMatrix

Definition at line 37 of file instantiation.h.

typedef Vector<CPLXSXP> ComplexVector

Definition at line 25 of file instantiation.h.

typedef Matrix<EXPRSXP> ExpressionMatrix

Definition at line 47 of file instantiation.h.

typedef Vector<EXPRSXP> ExpressionVector

Definition at line 35 of file instantiation.h.

typedef Matrix<VECSXP> GenericMatrix

Definition at line 45 of file instantiation.h.

typedef Vector<VECSXP> GenericVector

Definition at line 33 of file instantiation.h.

typedef Matrix<INTSXP> IntegerMatrix

Definition at line 38 of file instantiation.h.

typedef Vector<INTSXP> IntegerVector
Examples:
Misc/ifelseLooped.r.

Definition at line 26 of file instantiation.h.

typedef Vector<VECSXP> List

Definition at line 34 of file instantiation.h.

typedef Matrix<VECSXP> ListMatrix

Definition at line 46 of file instantiation.h.

typedef Matrix<LGLSXP> LogicalMatrix

Definition at line 39 of file instantiation.h.

typedef Vector<LGLSXP> LogicalVector

Definition at line 27 of file instantiation.h.

typedef Matrix<REALSXP> NumericMatrix

Definition at line 40 of file instantiation.h.

typedef Matrix<RAWSXP> RawMatrix

Definition at line 41 of file instantiation.h.

typedef Vector<RAWSXP> RawVector

Definition at line 29 of file instantiation.h.

typedef Matrix<STRSXP> StringMatrix

Definition at line 44 of file instantiation.h.

typedef Vector<STRSXP> StringVector

Definition at line 32 of file instantiation.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines