|
Rcpp Version 1.1.2
|
#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 () |
| 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 begin(), const_start, n, and Rcpp::parent().
Referenced by ConstMatrixColumn().

|
inline |
Definition at line 141 of file MatrixColumn.h.
References const_start, ConstMatrixColumn(), and n.

|
inline |
Definition at line 149 of file MatrixColumn.h.
References const_start.
Referenced by ConstMatrixColumn().
|
inline |
Definition at line 157 of file MatrixColumn.h.
References const_start.
|
inline |
Definition at line 161 of file MatrixColumn.h.
References const_start, and n.
|
inline |
Definition at line 153 of file MatrixColumn.h.
References const_start, and n.
|
inline |
Definition at line 145 of file MatrixColumn.h.
References const_start.
|
inline |
Definition at line 165 of file MatrixColumn.h.
References n.
|
private |
Definition at line 171 of file MatrixColumn.h.
Referenced by begin(), cbegin(), cend(), ConstMatrixColumn(), ConstMatrixColumn(), end(), and operator[]().
|
private |
Definition at line 170 of file MatrixColumn.h.
Referenced by cend(), ConstMatrixColumn(), ConstMatrixColumn(), end(), and size().