Rcpp Version 1.0.9
|
#include <dpq.h>
Public Types | |
typedef Rcpp::VectorBase< RTYPE, NA, T > | VEC_TYPE |
typedef double(* | FunPtr) (double, int, int) |
Public Types inherited from Rcpp::VectorBase< REALSXP, NA, P0< RTYPE, NA, T > > | |
typedef traits::storage_type< RTYPE >::type | stored_type |
typedef traits::storage_type< RTYPE >::type | elem_type |
typedef iter_base< iter_traits > | iterator |
typedef iter_base< const_iter_traits > | const_iterator |
Public Member Functions | |
P0 (FunPtr ptr_, const VEC_TYPE &vec_, bool lower_tail=true, bool log_=false) | |
double | operator[] (int i) const |
int | size () const |
Public Member Functions inherited from Rcpp::VectorBase< REALSXP, NA, P0< RTYPE, NA, T > > | |
P0< RTYPE, NA, T > & | get_ref () |
const P0< RTYPE, NA, T > & | get_ref () const |
stored_type | operator[] (R_xlen_t i) const |
R_xlen_t | size () const |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
Private Attributes | |
FunPtr | ptr |
const VEC_TYPE & | vec |
int | lower |
int | log |
typedef double(* Rcpp::stats::P0< RTYPE, NA, T >::FunPtr) (double, int, int) |
typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::stats::P0< RTYPE, NA, T >::VEC_TYPE |
|
inline |
|
inline |
Definition at line 132 of file dpq.h.
References Rcpp::stats::P0< RTYPE, NA, T >::log, Rcpp::stats::P0< RTYPE, NA, T >::lower, Rcpp::stats::P0< RTYPE, NA, T >::ptr, and Rcpp::stats::P0< RTYPE, NA, T >::vec.
|
inline |
Definition at line 136 of file dpq.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::size(), and Rcpp::stats::P0< RTYPE, NA, T >::vec.
|
private |
Definition at line 141 of file dpq.h.
Referenced by Rcpp::stats::P0< RTYPE, NA, T >::operator[]().
|
private |
Definition at line 141 of file dpq.h.
Referenced by Rcpp::stats::P0< RTYPE, NA, T >::operator[]().
|
private |
Definition at line 139 of file dpq.h.
Referenced by Rcpp::stats::P0< RTYPE, NA, T >::operator[]().
|
private |
Definition at line 140 of file dpq.h.
Referenced by Rcpp::stats::P0< RTYPE, NA, T >::operator[](), and Rcpp::stats::P0< RTYPE, NA, T >::size().