|
Rcpp Version 0.9.10
|

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 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 |
Definition at line 26 of file instantiation.h.
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 Vector<REALSXP> NumericVector |
Definition at line 28 of file instantiation.h.
Definition at line 41 of file instantiation.h.
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.