|
Rcpp Version 1.1.2
|

Go to the source code of this file.
Macros | |
| #define | RCPP_LOOP_UNROLL_PTR(TARGET, SOURCE) |
| #define | RCPP_LOOP_UNROLL(TARGET, SOURCE) |
| #define | RCPP_LOOP_UNROLL_LHSFUN(TARGET, FUN, SOURCE) |
| #define RCPP_LOOP_UNROLL | ( | TARGET, | |
| SOURCE ) |
Definition at line 47 of file unroll.h.
Referenced by Rcpp::Vector< VECSXP, StoragePolicy >::import_expression(), Rcpp::MatrixColumn< RTYPE >::operator=(), and Rcpp::MatrixColumn< RTYPE >::operator=().
| #define RCPP_LOOP_UNROLL_LHSFUN | ( | TARGET, | |
| FUN, | |||
| SOURCE ) |
Definition at line 68 of file unroll.h.
Referenced by Rcpp::MatrixRow< RTYPE >::operator=(), and Rcpp::MatrixRow< RTYPE >::operator=().
| #define RCPP_LOOP_UNROLL_PTR | ( | TARGET, | |
| SOURCE ) |