|
Rcpp Version 1.1.2
|
#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 |
|
inline |
|
inline |
|
inline |
|
private |
|
private |