R/RcppExports.R

Defines functions compute_closest_wgps_no_sc_binary_search compute_closest_wgps_helper_sequential compute_closest_wgps_helper_no_sc compute_closest_wgps_helper

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

compute_closest_wgps_helper <- function(a, b, cd, sc, nthread) {
    .Call(`_CausalGPS_compute_closest_wgps_helper`, a, b, cd, sc, nthread)
}

compute_closest_wgps_helper_no_sc <- function(a, b, nthread) {
    .Call(`_CausalGPS_compute_closest_wgps_helper_no_sc`, a, b, nthread)
}

compute_closest_wgps_helper_sequential <- function(a, b, cd, sc, nthread) {
    .Call(`_CausalGPS_compute_closest_wgps_helper_sequential`, a, b, cd, sc, nthread)
}

compute_closest_wgps_no_sc_binary_search <- function(a, b, nthread) {
    .Call(`_CausalGPS_compute_closest_wgps_no_sc_binary_search`, a, b, nthread)
}

Try the CausalGPS package in your browser

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

CausalGPS documentation built on Sept. 30, 2023, 1:06 a.m.