|
Rcpp Version 1.1.2
|
#include <cbind.h>


Public Types | |
| typedef cbind_storage_type< RTYPE >::type | stored_type |
| Public Types inherited from Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, JoinOp< RTYPE, E1, E2 > > | |
| typedef cbind_storage_type< RTYPE >::type | stored_type |
| Public Types inherited from Rcpp::MatrixBase< RTYPE, true, JoinOp< RTYPE, E1, E2 > > | |
| typedef traits::storage_type< RTYPE >::type | stored_type |
Public Member Functions | |
| JoinOp (const BindableExpression< RTYPE, E1 > &e1_, const BindableExpression< RTYPE, E2 > &e2_) | |
| R_xlen_t | size () const |
| R_xlen_t | nrow () const |
| R_xlen_t | ncol () const |
| stored_type | operator[] (R_xlen_t i) const |
| stored_type | operator() (R_xlen_t i, R_xlen_t j) const |
| Public Member Functions inherited from Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, JoinOp< RTYPE, E1, E2 > > | |
| stored_type | operator[] (R_xlen_t i) const |
| stored_type | operator() (R_xlen_t i, R_xlen_t j) const |
| R_xlen_t | size () const |
| R_xlen_t | nrow () const |
| R_xlen_t | ncol () const |
| operator JoinOp< RTYPE, E1, E2 > & () | |
| operator const JoinOp< RTYPE, E1, E2 > & () const | |
| Public Member Functions inherited from Rcpp::MatrixBase< RTYPE, true, JoinOp< RTYPE, E1, E2 > > | |
| JoinOp< RTYPE, E1, E2 > & | get_ref () |
| stored_type | operator() (int i, int j) const |
| R_xlen_t | size () const |
| R_xlen_t | nrow () const |
| R_xlen_t | ncol () const |
| iterator | begin () const |
| iterator | end () const |
Private Attributes | |
| const E1 & | e1 |
| const E2 & | e2 |
Additional Inherited Members | |
| Static Public Member Functions inherited from Rcpp::MatrixBase< RTYPE, true, JoinOp< RTYPE, E1, E2 > > | |
| static JoinOp< RTYPE, E1, E2 > | eye (int n) |
| static JoinOp< RTYPE, E1, E2 > | ones (int n) |
| static JoinOp< RTYPE, E1, E2 > | zeros (int n) |
| typedef cbind_storage_type<RTYPE>::type Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 >::stored_type |
|
inline |
|
inline |
|
inline |
Definition at line 193 of file cbind.h.
References e1.
Referenced by operator()(), Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, ScalarBindable< typename scalar< RTYPE >::type > >::operator()(), Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, E2 >::operator()(), and Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >::operator()().
|
inline |
|
inline |
|
inline |
|
private |
|
private |