|
Rcpp Version 0.9.10
|
#include <MatrixColumn.h>

Public Types | |
| typedef Matrix< RTYPE > | MATRIX |
| typedef MATRIX::Proxy | Proxy |
| typedef MATRIX::value_type | value_type |
| typedef MATRIX::iterator | iterator |
Public Member Functions | |
| MatrixColumn (MATRIX &object, 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) |
| Proxy | operator[] (int i) const |
| iterator | begin () |
| iterator | begin () const |
| iterator | end () |
| iterator | end () const |
| int | size () const |
Private Attributes | |
| MATRIX & | parent |
| int | index |
| iterator | start |
Definition at line 26 of file MatrixColumn.h.
| typedef MATRIX::iterator MatrixColumn< RTYPE >::iterator |
Definition at line 31 of file MatrixColumn.h.
| typedef Matrix<RTYPE> MatrixColumn< RTYPE >::MATRIX |
Definition at line 28 of file MatrixColumn.h.
| typedef MATRIX::Proxy MatrixColumn< RTYPE >::Proxy |
Definition at line 29 of file MatrixColumn.h.
| typedef MATRIX::value_type MatrixColumn< RTYPE >::value_type |
Definition at line 30 of file MatrixColumn.h.
| MatrixColumn< RTYPE >::MatrixColumn | ( | MATRIX & | object, |
| int | i | ||
| ) | [inline] |
Definition at line 33 of file MatrixColumn.h.
References Matrix< RTYPE >::ncol(), and MatrixColumn< RTYPE >::parent.

| MatrixColumn< RTYPE >::MatrixColumn | ( | const MatrixColumn< RTYPE > & | other | ) | [inline] |
Definition at line 39 of file MatrixColumn.h.
| iterator MatrixColumn< RTYPE >::begin | ( | ) | [inline] |
Definition at line 67 of file MatrixColumn.h.
References MatrixColumn< RTYPE >::start.
| iterator MatrixColumn< RTYPE >::begin | ( | ) | const [inline] |
Definition at line 71 of file MatrixColumn.h.
References MatrixColumn< RTYPE >::start.
| iterator MatrixColumn< RTYPE >::end | ( | ) | const [inline] |
Definition at line 79 of file MatrixColumn.h.
References Matrix< RTYPE >::nrow(), MatrixColumn< RTYPE >::parent, and MatrixColumn< RTYPE >::start.

| iterator MatrixColumn< RTYPE >::end | ( | ) | [inline] |
Definition at line 75 of file MatrixColumn.h.
References Matrix< RTYPE >::nrow(), MatrixColumn< RTYPE >::parent, and MatrixColumn< RTYPE >::start.

| MatrixColumn& MatrixColumn< RTYPE >::operator= | ( | const Rcpp::VectorBase< RT, NA, T > & | rhs | ) | [inline] |
Definition at line 43 of file MatrixColumn.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::get_ref(), n, RCPP_LOOP_UNROLL, MatrixColumn< RTYPE >::size(), and MatrixColumn< RTYPE >::start.

| MatrixColumn& MatrixColumn< RTYPE >::operator= | ( | const MatrixColumn< RTYPE > & | rhs | ) | [inline] |
Definition at line 50 of file MatrixColumn.h.
References n, RCPP_LOOP_UNROLL, MatrixColumn< RTYPE >::size(), and MatrixColumn< RTYPE >::start.

| Proxy MatrixColumn< RTYPE >::operator[] | ( | int | i | ) | const [inline] |
Definition at line 62 of file MatrixColumn.h.
References i, and MatrixColumn< RTYPE >::start.
| Proxy MatrixColumn< RTYPE >::operator[] | ( | int | i | ) | [inline] |
Definition at line 57 of file MatrixColumn.h.
References i, and MatrixColumn< RTYPE >::start.
| int MatrixColumn< RTYPE >::size | ( | ) | const [inline] |
Definition at line 83 of file MatrixColumn.h.
References Matrix< RTYPE >::nrow(), and MatrixColumn< RTYPE >::parent.
Referenced by MatrixColumn< RTYPE >::operator=().

int MatrixColumn< RTYPE >::index [private] |
Definition at line 89 of file MatrixColumn.h.
MATRIX& MatrixColumn< RTYPE >::parent [private] |
Definition at line 88 of file MatrixColumn.h.
Referenced by MatrixColumn< RTYPE >::end(), MatrixColumn< RTYPE >::MatrixColumn(), and MatrixColumn< RTYPE >::size().
iterator MatrixColumn< RTYPE >::start [private] |
Definition at line 90 of file MatrixColumn.h.
Referenced by MatrixColumn< RTYPE >::begin(), MatrixColumn< RTYPE >::end(), MatrixColumn< RTYPE >::operator=(), and MatrixColumn< RTYPE >::operator[]().