MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / P0

Method P0

inst/include/Rcpp/stats/dpq/dpq.h:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 typedef double (*FunPtr)(double,int,int) ;
127
128 P0( FunPtr ptr_, const VEC_TYPE& vec_,
129 bool lower_tail = true, bool log_ = false ) :
130 ptr(ptr_), vec(vec_), lower(lower_tail), log(log_) {}
131
132 inline double operator[]( int i) const {
133 return ptr( vec[i], lower, log );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected