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


Public Types | |
| typedef Rcpp::VectorBase< RTYPE, NA, T > | VEC_TYPE | 
| typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE | 
  Public Types inherited from Rcpp::MatrixBase< RTYPE, na, MATRIX > | |
| typedef traits::storage_type< RTYPE >::type | stored_type | 
Public Member Functions | |
| Diag_Maker (const VEC_TYPE &object_) | |
| STORAGE | operator() (int i, int j) const | 
| R_xlen_t | size () const | 
| int | ncol () const | 
| int | nrow () const | 
  Public Member Functions inherited from Rcpp::MatrixBase< RTYPE, na, MATRIX > | |
| 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 | 
Private Attributes | |
| const VEC_TYPE & | object | 
| int | n | 
Additional Inherited Members | |
  Static Public Member Functions inherited from Rcpp::MatrixBase< RTYPE, na, MATRIX > | |
| static MATRIX | eye (int n) | 
| static MATRIX | ones (int n) | 
| static MATRIX | zeros (int n) | 
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Diag_Maker< RTYPE, NA, T >::STORAGE | 
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Diag_Maker< RTYPE, NA, T >::VEC_TYPE | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 63 of file diag.h.
References Rcpp::sugar::Diag_Maker< RTYPE, NA, T >::n.
      
  | 
  inline | 
Definition at line 64 of file diag.h.
References Rcpp::sugar::Diag_Maker< RTYPE, NA, T >::n.
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 62 of file diag.h.
References Rcpp::as(), and Rcpp::sugar::Diag_Maker< RTYPE, NA, T >::n.

Definition at line 68 of file diag.h.
Referenced by Rcpp::sugar::Diag_Maker< RTYPE, NA, T >::ncol(), Rcpp::sugar::Diag_Maker< RTYPE, NA, T >::nrow(), and Rcpp::sugar::Diag_Maker< RTYPE, NA, T >::size().
      
  | 
  private |