Rcpp Version 1.0.9
|
#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, Diag_Maker< RTYPE, NA, T > > | |
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, Diag_Maker< RTYPE, NA, T > > | |
Diag_Maker< RTYPE, NA, 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 | |
const VEC_TYPE & | object |
int | n |
Additional Inherited Members | |
Static Public Member Functions inherited from Rcpp::MatrixBase< RTYPE, NA, Diag_Maker< RTYPE, NA, T > > | |
static Diag_Maker< RTYPE, NA, T > | eye (int n) |
static Diag_Maker< RTYPE, NA, T > | ones (int n) |
static Diag_Maker< RTYPE, NA, T > | 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::sugar::Diag_Maker< RTYPE, NA, T >::n.
|
private |
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 |