|
Rcpp Version 1.0.14
|
#include <col.h>


Public Types | |
| typedef Rcpp::MatrixBase< RTYPE, LHS_NA, LHS_T > | LHS_TYPE |
Public Types inherited from Rcpp::MatrixBase< INTSXP, false, Col< RTYPE, LHS_NA, LHS_T > > | |
| typedef traits::storage_type< RTYPE >::type | stored_type |
Public Member Functions | |
| Col (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, Col< RTYPE, LHS_NA, LHS_T > > | |
| Col< 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, Col< RTYPE, LHS_NA, LHS_T > > | |
| static Col< RTYPE, LHS_NA, LHS_T > | eye (int n) |
| static Col< RTYPE, LHS_NA, LHS_T > | ones (int n) |
| static Col< RTYPE, LHS_NA, LHS_T > | zeros (int n) |
| typedef Rcpp::MatrixBase<RTYPE,LHS_NA,LHS_T> Rcpp::sugar::Col< RTYPE, LHS_NA, LHS_T >::LHS_TYPE |
|
inline |
|
inline |
Definition at line 45 of file col.h.
References Rcpp::sugar::Col< RTYPE, LHS_NA, LHS_T >::nc.
|
inline |
Definition at line 44 of file col.h.
References Rcpp::sugar::Col< RTYPE, LHS_NA, LHS_T >::nr.
|
inline |
|
inline |
Definition at line 43 of file col.h.
References Rcpp::as(), Rcpp::sugar::Col< RTYPE, LHS_NA, LHS_T >::nc, and Rcpp::sugar::Col< RTYPE, LHS_NA, LHS_T >::nr.

|
private |
Definition at line 48 of file col.h.
Referenced by Rcpp::sugar::Col< RTYPE, LHS_NA, LHS_T >::ncol(), and Rcpp::sugar::Col< RTYPE, LHS_NA, LHS_T >::size().
|
private |
Definition at line 48 of file col.h.
Referenced by Rcpp::sugar::Col< RTYPE, LHS_NA, LHS_T >::nrow(), and Rcpp::sugar::Col< RTYPE, LHS_NA, LHS_T >::size().