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

Method D0

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

Source from the content-addressed store, hash-verified

36 typedef double (*FunPtr)(double,int) ;
37
38 D0( FunPtr ptr_, const VEC_TYPE& vec_, bool log_ ) :
39 ptr(ptr_), vec(vec_), log(log_) {}
40
41 inline double operator[]( int i) const {
42 return ptr( vec[i], log );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected