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


Public Types | |
| typedef Rcpp::VectorBase < REALSXP, LHS_NA, LHS_T > | LHS_TYPE |
| typedef Rcpp::VectorBase < REALSXP, RHS_NA, RHS_T > | RHS_TYPE |
| typedef Rcpp::traits::Extractor < REALSXP, LHS_NA, LHS_T > ::type | LHS_EXT |
| typedef Rcpp::traits::Extractor < REALSXP, RHS_NA, RHS_T > ::type | RHS_EXT |
Public Member Functions | |
| Times_Vector_Vector (const LHS_TYPE &lhs_, const RHS_TYPE &rhs_) | |
| double | operator[] (int i) const |
| int | size () const |
Private Attributes | |
| const LHS_EXT & | lhs |
| const RHS_EXT & | rhs |
| typedef Rcpp::traits::Extractor<REALSXP, LHS_NA, LHS_T>::type Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::LHS_EXT |
| typedef Rcpp::VectorBase<REALSXP,LHS_NA,LHS_T> Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::LHS_TYPE |
| typedef Rcpp::traits::Extractor<REALSXP, RHS_NA, RHS_T>::type Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::RHS_EXT |
| typedef Rcpp::VectorBase<REALSXP,RHS_NA,RHS_T> Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::RHS_TYPE |
| Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::Times_Vector_Vector | ( | const LHS_TYPE & | lhs_, |
| const RHS_TYPE & | rhs_ | ||
| ) | [inline] |
| double Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< REALSXP, true, Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T > >.
Definition at line 70 of file times.h.
References i, Rcpp::sugar::Times_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs, and Rcpp::sugar::Times_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::rhs.
| int Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< REALSXP, true, Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T > >.
Definition at line 74 of file times.h.
References Rcpp::sugar::Times_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs.
const LHS_EXT& Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs [private] |
const RHS_EXT& Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::rhs [private] |