Rcpp Version 1.0.9
|
#include <MatrixColumn.h>
Public Types | |
typedef Matrix< RTYPE > | MATRIX |
typedef MATRIX::const_Proxy | const_Proxy |
typedef MATRIX::value_type | value_type |
typedef MATRIX::const_iterator | const_iterator |
Public Types inherited from Rcpp::VectorBase< RTYPE, true, ConstMatrixColumn< 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 | |
ConstMatrixColumn (const MATRIX &parent, int i) | |
ConstMatrixColumn (const ConstMatrixColumn &other) | |
const_Proxy | operator[] (int i) const |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
int | size () const |
Public Member Functions inherited from Rcpp::VectorBase< RTYPE, true, ConstMatrixColumn< RTYPE > > | |
ConstMatrixColumn< RTYPE > & | get_ref () |
const ConstMatrixColumn< 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 |
const_iterator | const_start |
Definition at line 123 of file MatrixColumn.h.
typedef MATRIX::const_iterator Rcpp::ConstMatrixColumn< RTYPE >::const_iterator |
Definition at line 128 of file MatrixColumn.h.
typedef MATRIX::const_Proxy Rcpp::ConstMatrixColumn< RTYPE >::const_Proxy |
Definition at line 126 of file MatrixColumn.h.
typedef Matrix<RTYPE> Rcpp::ConstMatrixColumn< RTYPE >::MATRIX |
Definition at line 125 of file MatrixColumn.h.
typedef MATRIX::value_type Rcpp::ConstMatrixColumn< RTYPE >::value_type |
Definition at line 127 of file MatrixColumn.h.
|
inline |
Definition at line 130 of file MatrixColumn.h.
References Rcpp::parent().
|
inline |
Definition at line 141 of file MatrixColumn.h.
|
inline |
Definition at line 149 of file MatrixColumn.h.
References Rcpp::ConstMatrixColumn< RTYPE >::const_start.
|
inline |
Definition at line 157 of file MatrixColumn.h.
References Rcpp::ConstMatrixColumn< RTYPE >::const_start.
|
inline |
Definition at line 161 of file MatrixColumn.h.
References Rcpp::ConstMatrixColumn< RTYPE >::const_start, and Rcpp::ConstMatrixColumn< RTYPE >::n.
|
inline |
Definition at line 153 of file MatrixColumn.h.
References Rcpp::ConstMatrixColumn< RTYPE >::const_start, and Rcpp::ConstMatrixColumn< RTYPE >::n.
|
inline |
Definition at line 145 of file MatrixColumn.h.
References Rcpp::ConstMatrixColumn< RTYPE >::const_start.
|
inline |
Definition at line 165 of file MatrixColumn.h.
References Rcpp::ConstMatrixColumn< RTYPE >::n.
|
private |
Definition at line 171 of file MatrixColumn.h.
Referenced by Rcpp::ConstMatrixColumn< RTYPE >::begin(), Rcpp::ConstMatrixColumn< RTYPE >::cbegin(), Rcpp::ConstMatrixColumn< RTYPE >::cend(), Rcpp::ConstMatrixColumn< RTYPE >::end(), and Rcpp::ConstMatrixColumn< RTYPE >::operator[]().
|
private |
Definition at line 170 of file MatrixColumn.h.
Referenced by Rcpp::ConstMatrixColumn< RTYPE >::cend(), Rcpp::ConstMatrixColumn< RTYPE >::end(), and Rcpp::ConstMatrixColumn< RTYPE >::size().