|
Rcpp Version 0.10.3
|
#include <MatrixRow.h>


Classes | |
| class | iterator |
Public Types | |
| typedef Matrix< RTYPE > | MATRIX |
| typedef MATRIX::Proxy | Proxy |
| typedef MATRIX::Proxy | reference |
| typedef MATRIX::const_Proxy | const_reference |
| typedef MATRIX::value_type | value_type |
Public Member Functions | |
| MatrixRow (MATRIX &object, int i) | |
| MatrixRow (const MatrixRow &other) | |
| template<int RT, bool NA, typename T > | |
| MatrixRow & | operator= (const Rcpp::VectorBase< RT, NA, T > &rhs) |
| MatrixRow & | operator= (const MatrixRow &rhs) |
| reference | operator[] (int i) |
| reference | operator[] (int i) const |
| iterator | begin () |
| iterator | end () |
| iterator | begin () const |
| iterator | end () const |
| int | size () const |
Private Member Functions | |
| int | get_parent_index (int i) const |
Private Attributes | |
| MATRIX & | parent |
| MATRIX::iterator | start |
| int | parent_nrow |
| int | row |
Definition at line 26 of file MatrixRow.h.
| typedef MATRIX::const_Proxy MatrixRow< RTYPE >::const_reference |
Definition at line 31 of file MatrixRow.h.
Definition at line 28 of file MatrixRow.h.
| typedef MATRIX::Proxy MatrixRow< RTYPE >::Proxy |
Definition at line 29 of file MatrixRow.h.
| typedef MATRIX::Proxy MatrixRow< RTYPE >::reference |
Definition at line 30 of file MatrixRow.h.
| typedef MATRIX::value_type MatrixRow< RTYPE >::value_type |
Definition at line 32 of file MatrixRow.h.
Definition at line 102 of file MatrixRow.h.
References Matrix< RTYPE >::nrow(), and MatrixRow< RTYPE >::parent.

Definition at line 111 of file MatrixRow.h.
Definition at line 140 of file MatrixRow.h.
Definition at line 148 of file MatrixRow.h.
Definition at line 144 of file MatrixRow.h.
References MatrixRow< RTYPE >::size().

Definition at line 152 of file MatrixRow.h.
References MatrixRow< RTYPE >::size().

|
inlineprivate |
Definition at line 166 of file MatrixRow.h.
References MatrixRow< RTYPE >::parent_nrow, and RCPP_DEBUG_4.
Referenced by MatrixRow< RTYPE >::operator=(), and MatrixRow< RTYPE >::operator[]().
|
inline |
Definition at line 119 of file MatrixRow.h.
References MatrixRow< RTYPE >::get_parent_index(), Rcpp::VectorBase< RTYPE, na, VECTOR >::get_ref(), n, RCPP_LOOP_UNROLL_LHSFUN, MatrixRow< RTYPE >::size(), and MatrixRow< RTYPE >::start.

|
inline |
Definition at line 126 of file MatrixRow.h.
References MatrixRow< RTYPE >::get_parent_index(), n, RCPP_LOOP_UNROLL_LHSFUN, MatrixRow< RTYPE >::size(), and MatrixRow< RTYPE >::start.

Definition at line 132 of file MatrixRow.h.
References MatrixRow< RTYPE >::get_parent_index(), and MatrixRow< RTYPE >::start.

Definition at line 136 of file MatrixRow.h.
References MatrixRow< RTYPE >::parent, MatrixRow< RTYPE >::parent_nrow, and MatrixRow< RTYPE >::row.
|
inline |
Definition at line 156 of file MatrixRow.h.
References Matrix< RTYPE >::ncol(), and MatrixRow< RTYPE >::parent.
Referenced by MatrixRow< RTYPE >::end(), and MatrixRow< RTYPE >::operator=().

Definition at line 161 of file MatrixRow.h.
Referenced by MatrixRow< RTYPE >::MatrixRow(), MatrixRow< RTYPE >::operator[](), and MatrixRow< RTYPE >::size().
|
private |
Definition at line 163 of file MatrixRow.h.
Referenced by MatrixRow< RTYPE >::get_parent_index(), and MatrixRow< RTYPE >::operator[]().
|
private |
Definition at line 164 of file MatrixRow.h.
Referenced by MatrixRow< RTYPE >::operator[]().
|
private |
Definition at line 162 of file MatrixRow.h.
Referenced by MatrixRow< RTYPE >::operator=(), and MatrixRow< RTYPE >::operator[]().