Rcpp Version 1.0.9
|
#include <MatrixColumn.h>
Public Types | |
typedef Matrix< RTYPE > | MATRIX |
typedef MATRIX::Proxy | Proxy |
typedef MATRIX::const_Proxy | const_Proxy |
typedef MATRIX::value_type | value_type |
typedef MATRIX::iterator | iterator |
typedef MATRIX::const_iterator | const_iterator |
Public Types inherited from Rcpp::VectorBase< RTYPE, true, MatrixColumn< RTYPE > > | |
typedef traits::storage_type< RTYPE >::type | stored_type |
typedef traits::storage_type< RTYPE >::type | elem_type |
typedef iter_base< iter_traits > | iterator |
typedef iter_base< const_iter_traits > | const_iterator |
Public Member Functions | |
MatrixColumn (MATRIX &parent, int i) | |
MatrixColumn (const MATRIX &parent, int i) | |
MatrixColumn (const MatrixColumn &other) | |
template<int RT, bool NA, typename T > | |
MatrixColumn & | operator= (const Rcpp::VectorBase< RT, NA, T > &rhs) |
MatrixColumn & | operator= (const MatrixColumn &rhs) |
Proxy | operator[] (int i) |
const_Proxy | operator[] (int i) const |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
iterator | begin () |
iterator | end () |
int | size () const |
Public Member Functions inherited from Rcpp::VectorBase< RTYPE, true, MatrixColumn< RTYPE > > | |
MatrixColumn< RTYPE > & | get_ref () |
const MatrixColumn< RTYPE > & | get_ref () const |
stored_type | operator[] (R_xlen_t i) const |
R_xlen_t | size () const |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
Private Attributes | |
const int | n |
iterator | start |
const_iterator | const_start |
Definition at line 28 of file MatrixColumn.h.
typedef MATRIX::const_iterator Rcpp::MatrixColumn< RTYPE >::const_iterator |
Definition at line 35 of file MatrixColumn.h.
typedef MATRIX::const_Proxy Rcpp::MatrixColumn< RTYPE >::const_Proxy |
Definition at line 32 of file MatrixColumn.h.
typedef MATRIX::iterator Rcpp::MatrixColumn< RTYPE >::iterator |
Definition at line 34 of file MatrixColumn.h.
typedef Matrix<RTYPE> Rcpp::MatrixColumn< RTYPE >::MATRIX |
Definition at line 30 of file MatrixColumn.h.
typedef MATRIX::Proxy Rcpp::MatrixColumn< RTYPE >::Proxy |
Definition at line 31 of file MatrixColumn.h.
typedef MATRIX::value_type Rcpp::MatrixColumn< RTYPE >::value_type |
Definition at line 33 of file MatrixColumn.h.
|
inline |
Definition at line 37 of file MatrixColumn.h.
References Rcpp::parent().
|
inline |
Definition at line 49 of file MatrixColumn.h.
References Rcpp::parent().
|
inline |
Definition at line 61 of file MatrixColumn.h.
|
inline |
Definition at line 103 of file MatrixColumn.h.
References Rcpp::MatrixColumn< RTYPE >::start.
|
inline |
Definition at line 87 of file MatrixColumn.h.
References Rcpp::MatrixColumn< RTYPE >::const_start.
|
inline |
Definition at line 95 of file MatrixColumn.h.
References Rcpp::MatrixColumn< RTYPE >::const_start.
|
inline |
Definition at line 99 of file MatrixColumn.h.
References Rcpp::MatrixColumn< RTYPE >::const_start, and Rcpp::MatrixColumn< RTYPE >::n.
|
inline |
Definition at line 107 of file MatrixColumn.h.
References Rcpp::MatrixColumn< RTYPE >::n, and Rcpp::MatrixColumn< RTYPE >::start.
|
inline |
Definition at line 91 of file MatrixColumn.h.
References Rcpp::MatrixColumn< RTYPE >::const_start, and Rcpp::MatrixColumn< RTYPE >::n.
|
inline |
Definition at line 73 of file MatrixColumn.h.
References RCPP_LOOP_UNROLL, and Rcpp::MatrixColumn< RTYPE >::start.
|
inline |
Definition at line 67 of file MatrixColumn.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::get_ref(), RCPP_LOOP_UNROLL, and Rcpp::MatrixColumn< RTYPE >::start.
|
inline |
Definition at line 79 of file MatrixColumn.h.
References Rcpp::MatrixColumn< RTYPE >::start.
|
inline |
Definition at line 83 of file MatrixColumn.h.
References Rcpp::MatrixColumn< RTYPE >::const_start.
|
inline |
Definition at line 111 of file MatrixColumn.h.
References Rcpp::MatrixColumn< RTYPE >::n.
|
private |
Definition at line 118 of file MatrixColumn.h.
Referenced by Rcpp::MatrixColumn< RTYPE >::begin(), Rcpp::MatrixColumn< RTYPE >::cbegin(), Rcpp::MatrixColumn< RTYPE >::cend(), Rcpp::MatrixColumn< RTYPE >::end(), and Rcpp::MatrixColumn< RTYPE >::operator[]().
|
private |
Definition at line 116 of file MatrixColumn.h.
Referenced by Rcpp::MatrixColumn< RTYPE >::cend(), Rcpp::MatrixColumn< RTYPE >::end(), and Rcpp::MatrixColumn< RTYPE >::size().
|
private |
Definition at line 117 of file MatrixColumn.h.
Referenced by Rcpp::MatrixColumn< RTYPE >::begin(), Rcpp::MatrixColumn< RTYPE >::end(), Rcpp::MatrixColumn< RTYPE >::operator=(), and Rcpp::MatrixColumn< RTYPE >::operator[]().