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

Function prodTest_nona

inst/tinytest/cpp/algorithm.cpp:19–21  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

17
18// [[Rcpp::export]]
19double prodTest_nona(Rcpp::NumericVector v, int begin, int end) {
20 return Rcpp::algorithm::prod_nona(v.begin() + (begin - 1), v.begin() + end);
21}
22
23// [[Rcpp::export]]
24Rcpp::NumericVector logTest(Rcpp::NumericVector v) {

Callers

nothing calls this directly

Calls 2

prod_nonaFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected