|
Rcpp Version 1.1.2
|
#include <MatrixBase.h>


Classes | |
| struct | r_type |
| struct | r_matrix_interface |
| struct | can_have_na |
| class | iterator |
Public Types | |
| typedef traits::storage_type< RTYPE >::type | stored_type |
Public Member Functions | |
| MATRIX & | get_ref () |
| stored_type | operator() (int i, int j) const |
| R_xlen_t | size () const |
| R_xlen_t | nrow () const |
| R_xlen_t | ncol () const |
| iterator | begin () const |
| iterator | end () const |
Static Public Member Functions | |
| static MATRIX | eye (int n) |
| static MATRIX | ones (int n) |
| static MATRIX | zeros (int n) |
a base class for vectors, modelled after the CRTP
Definition at line 32 of file MatrixBase.h.
| typedef traits::storage_type<RTYPE>::type Rcpp::MatrixBase< RTYPE, na, MATRIX >::stored_type |
Definition at line 37 of file MatrixBase.h.
|
inline |
Definition at line 191 of file MatrixBase.h.
|
inline |
Definition at line 192 of file MatrixBase.h.
|
inlinestatic |
Definition at line 51 of file MatrixBase.h.
|
inline |
Definition at line 39 of file MatrixBase.h.
Referenced by Rcpp::internal::as_vector__impl(), and Rcpp::internal::as_vector__impl().
|
inline |
Definition at line 49 of file MatrixBase.h.
Referenced by Rcpp::MatrixBase< RTYPE, na, MATRIX >::iterator::iterator().
|
inline |
Definition at line 48 of file MatrixBase.h.
Referenced by Rcpp::MatrixBase< RTYPE, na, MATRIX >::iterator::iterator().
|
inlinestatic |
Definition at line 60 of file MatrixBase.h.
|
inline |
Definition at line 43 of file MatrixBase.h.
|
inline |
Definition at line 47 of file MatrixBase.h.
Referenced by Rcpp::MatrixBase< RTYPE, LHS_NA, LHS_T >::end().
|
inlinestatic |
Definition at line 74 of file MatrixBase.h.