|
Rcpp Version 0.10.3
|
#include <minus.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 Types inherited from Rcpp::VectorBase< REALSXP, true, Minus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T > > | |
| typedef traits::storage_type < RTYPE >::type | stored_type |
| typedef traits::storage_type < RTYPE >::type | elem_type |
Public Member Functions | |
| Minus_Vector_Vector (const LHS_TYPE &lhs_, const RHS_TYPE &rhs_) | |
| double | operator[] (int i) const |
| int | size () const |
Public Member Functions inherited from Rcpp::VectorBase< REALSXP, true, Minus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T > > | |
| Minus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T > & | get_ref () |
| const Minus_Vector_Vector < REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T > & | get_ref () const |
| iterator | begin () const |
| iterator | end () const |
Private Attributes | |
| const LHS_EXT & | lhs |
| const RHS_EXT & | rhs |
| typedef Rcpp::traits::Extractor<REALSXP, LHS_NA, LHS_T>::type Rcpp::sugar::Minus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::LHS_EXT |
| typedef Rcpp::VectorBase<REALSXP,LHS_NA,LHS_T> Rcpp::sugar::Minus_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::Minus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::RHS_EXT |
| typedef Rcpp::VectorBase<REALSXP,RHS_NA,RHS_T> Rcpp::sugar::Minus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::RHS_TYPE |
|
inline |
|
inline |
Reimplemented from Rcpp::VectorBase< REALSXP, true, Minus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T > >.
Definition at line 67 of file minus.h.
References i, Rcpp::sugar::Minus_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs, and Rcpp::sugar::Minus_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::rhs.
|
inline |
Reimplemented from Rcpp::VectorBase< REALSXP, true, Minus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T > >.
Definition at line 71 of file minus.h.
References Rcpp::sugar::Minus_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs.
|
private |
|
private |