Go to the documentation of this file.
22 #ifndef Rcpp__Vector_h
23 #define Rcpp__Vector_h
31 template <
int RTYPE,
bool NA,
typename VECTOR>
struct Extractor ;
33 template <
int RTYPE>
class MatrixRow ;
34 template <
int RTYPE>
class ConstMatrixRow ;
35 template <
int RTYPE>
class MatrixColumn ;
36 template <
int RTYPE>
class ConstMatrixColumn ;
37 template <
int RTYPE>
class SubMatrix ;