|
Rcpp Version 0.9.10
|
#include <divides.h>


Public Types | |
| typedef Rcpp::VectorBase < REALSXP, false, T > | VEC_TYPE |
| typedef Rcpp::traits::Extractor < REALSXP, false, T >::type | VEC_EXT |
Public Member Functions | |
| Divides_Primitive_Vector (double lhs_, const VEC_TYPE &rhs_) | |
| double | operator[] (int i) const |
| int | size () const |
Private Attributes | |
| double | lhs |
| const VEC_EXT & | rhs |
| typedef Rcpp::traits::Extractor<REALSXP,false,T>::type Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T >::VEC_EXT |
| typedef Rcpp::VectorBase<REALSXP,false,T> Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T >::VEC_TYPE |
| Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T >::Divides_Primitive_Vector | ( | double | lhs_, |
| const VEC_TYPE & | rhs_ | ||
| ) | [inline] |
| double Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< REALSXP, true, Divides_Primitive_Vector< REALSXP, false, T > >.
Definition at line 398 of file divides.h.
References i, Rcpp::sugar::Divides_Primitive_Vector< RTYPE, NA, T >::lhs, and Rcpp::sugar::Divides_Primitive_Vector< RTYPE, NA, T >::rhs.
| int Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< REALSXP, true, Divides_Primitive_Vector< REALSXP, false, T > >.
Definition at line 401 of file divides.h.
References Rcpp::sugar::Divides_Primitive_Vector< RTYPE, NA, T >::rhs.
double Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T >::lhs [private] |
const VEC_EXT& Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T >::rhs [private] |