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


Public Types | |
| typedef Rcpp::MatrixBase < RTYPE, LHS_NA, LHS_T > | LHS_TYPE |
Public Member Functions | |
| Row (const LHS_TYPE &lhs) | |
| int | operator() (int i, int j) const |
| int | size () const |
| int | nrow () const |
| int | ncol () const |
Private Attributes | |
| int | nr |
| int | nc |
| typedef Rcpp::MatrixBase<RTYPE,LHS_NA,LHS_T> Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::LHS_TYPE |
| Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::Row | ( | const LHS_TYPE & | lhs | ) | [inline] |
| int Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::ncol | ( | ) | const [inline] |
Reimplemented from Rcpp::MatrixBase< INTSXP, false, Row< RTYPE, LHS_NA, LHS_T > >.
Definition at line 45 of file row.h.
References Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::nc.
| int Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::nrow | ( | ) | const [inline] |
Reimplemented from Rcpp::MatrixBase< INTSXP, false, Row< RTYPE, LHS_NA, LHS_T > >.
Definition at line 44 of file row.h.
References Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::nr.
| int Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::operator() | ( | int | i, |
| int | j | ||
| ) | const [inline] |
Reimplemented from Rcpp::MatrixBase< INTSXP, false, Row< RTYPE, LHS_NA, LHS_T > >.
| int Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::MatrixBase< INTSXP, false, Row< RTYPE, LHS_NA, LHS_T > >.
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.
int Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::nc [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().
int 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 >::nrow(), and Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::size().