R/RcppExports.R

Defines functions star_sampler_C compute_mmd_C

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

compute_mmd_C <- function(X, Y, r_func, k_func) {
    .Call(`_DRPT_compute_mmd_C`, X, Y, r_func, k_func)
}

star_sampler_C <- function(X, Y, S, H, r_func) {
    .Call(`_DRPT_star_sampler_C`, X, Y, S, H, r_func)
}

Try the DRPT package in your browser

Any scripts or data that you put into this service are public.

DRPT documentation built on Aug. 8, 2025, 7:40 p.m.