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

Method Q0

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

Source from the content-addressed store, hash-verified

224 typedef double (*FunPtr)(double,int,int) ;
225
226 Q0( FunPtr ptr_, const VEC_TYPE& vec_,
227 bool lower_tail = true, bool log_ = false ) :
228 ptr(ptr_), vec(vec_), lower(lower_tail), log(log_) {}
229
230 inline double operator[]( int i) const {
231 return ptr( vec[i], lower, log );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected