R/RcppExports.R

Defines functions gsample_partial_heap gsample_introselect

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

gsample_introselect <- function(n, size, prob) {
    .Call(`_gsample_gsample_introselect`, n, size, prob)
}

gsample_partial_heap <- function(n, size, prob) {
    .Call(`_gsample_gsample_partial_heap`, n, size, prob)
}
vgherard/gsample documentation built on Jan. 26, 2021, 1:41 a.m.