Rcpp Version 1.0.9
|
#include <lower_tri.h>
Public Types | |
typedef Rcpp::MatrixBase< RTYPE, NA, T > | MatBase |
Public Types inherited from Rcpp::MatrixBase< LGLSXP, false, LowerTri< RTYPE, NA, T > > | |
typedef traits::storage_type< RTYPE >::type | stored_type |
Public Member Functions | |
LowerTri (const T &lhs, bool diag) | |
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< LGLSXP, false, LowerTri< RTYPE, NA, T > > | |
LowerTri< 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 Types | |
typedef bool(LowerTri::* | Method) (int, int) const |
Private Member Functions | |
bool | get_diag_true (int i, int j) const |
bool | get_diag_false (int i, int j) const |
bool | get (int i, int j) const |
Private Attributes | |
int | nr |
int | nc |
Method | getter |
Additional Inherited Members | |
Static Public Member Functions inherited from Rcpp::MatrixBase< LGLSXP, false, LowerTri< RTYPE, NA, T > > | |
static LowerTri< RTYPE, NA, T > | eye (int n) |
static LowerTri< RTYPE, NA, T > | ones (int n) |
static LowerTri< RTYPE, NA, T > | zeros (int n) |
Definition at line 30 of file lower_tri.h.
typedef Rcpp::MatrixBase<RTYPE, NA, T> Rcpp::sugar::LowerTri< RTYPE, NA, T >::MatBase |
Definition at line 32 of file lower_tri.h.
|
private |
Definition at line 47 of file lower_tri.h.
|
inline |
Definition at line 34 of file lower_tri.h.
|
inlineprivate |
Definition at line 56 of file lower_tri.h.
Referenced by Rcpp::sugar::LowerTri< RTYPE, NA, T >::operator()().
|
inlineprivate |
Definition at line 54 of file lower_tri.h.
|
inlineprivate |
Definition at line 52 of file lower_tri.h.
|
inline |
Definition at line 44 of file lower_tri.h.
References Rcpp::sugar::LowerTri< RTYPE, NA, T >::nc.
|
inline |
Definition at line 43 of file lower_tri.h.
References Rcpp::sugar::LowerTri< RTYPE, NA, T >::nr.
|
inline |
Definition at line 40 of file lower_tri.h.
References Rcpp::sugar::LowerTri< RTYPE, NA, T >::get().
|
inline |
Definition at line 42 of file lower_tri.h.
References Rcpp::sugar::LowerTri< RTYPE, NA, T >::nc, and Rcpp::sugar::LowerTri< RTYPE, NA, T >::nr.
|
private |
Definition at line 50 of file lower_tri.h.
|
private |
Definition at line 49 of file lower_tri.h.
Referenced by Rcpp::sugar::LowerTri< RTYPE, NA, T >::ncol(), and Rcpp::sugar::LowerTri< RTYPE, NA, T >::size().
|
private |
Definition at line 49 of file lower_tri.h.
Referenced by Rcpp::sugar::LowerTri< RTYPE, NA, T >::nrow(), and Rcpp::sugar::LowerTri< RTYPE, NA, T >::size().