Rcpp Version 1.0.9
|
#include <row.h>
Public Types | |
typedef Rcpp::MatrixBase< RTYPE, LHS_NA, LHS_T > | LHS_TYPE |
Public Types inherited from Rcpp::MatrixBase< INTSXP, false, Row< RTYPE, LHS_NA, LHS_T > > | |
typedef traits::storage_type< RTYPE >::type | stored_type |
Public Member Functions | |
Row (const LHS_TYPE &lhs) | |
int | operator() (int i, int j) const |
R_xlen_t | size () const |
int | nrow () const |
int | ncol () const |
Public Member Functions inherited from Rcpp::MatrixBase< INTSXP, false, Row< RTYPE, LHS_NA, LHS_T > > | |
Row< RTYPE, LHS_NA, LHS_T > & | 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 |
Private Attributes | |
int | nr |
int | nc |
Additional Inherited Members | |
Static Public Member Functions inherited from Rcpp::MatrixBase< INTSXP, false, Row< RTYPE, LHS_NA, LHS_T > > | |
static Row< RTYPE, LHS_NA, LHS_T > | eye (int n) |
static Row< RTYPE, LHS_NA, LHS_T > | ones (int n) |
static Row< RTYPE, LHS_NA, LHS_T > | zeros (int n) |
typedef Rcpp::MatrixBase<RTYPE,LHS_NA,LHS_T> Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::LHS_TYPE |
|
inline |
|
inline |
Definition at line 45 of file row.h.
References Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::nc.
|
inline |
Definition at line 44 of file row.h.
References Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::nr.
|
inline |
|
inline |
Definition at line 43 of file row.h.
References Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::nc, and Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::nr.
|
private |
Definition at line 48 of file row.h.
Referenced by Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::ncol(), and Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::size().
|
private |
Definition at line 48 of file row.h.
Referenced by Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::nrow(), and Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::size().