|
Rcpp Version 1.1.2
|
#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 |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
Definition at line 67 of file diag.h.
Referenced by Diag_Maker().