R/RcppExports.R

Defines functions colLogSumExp rowLogSumExp logSumExp entBW_grad_ entBW_obj_ sbw_oop_bs_ bootStrap_

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

bootStrap_ <- function(w_list, nboot, object) {
    .Call(`_causalOT_bootStrap_`, w_list, nboot, object)
}

sbw_oop_bs_ <- function(w_list, nboot, source, target, a) {
    .Call(`_causalOT_sbw_oop_bs_`, w_list, nboot, source, target, a)
}

entBW_obj_ <- function(vars_, A_, delta) {
    .Call(`_causalOT_entBW_obj_`, vars_, A_, delta)
}

entBW_grad_ <- function(vars_, A_, delta) {
    .Call(`_causalOT_entBW_grad_`, vars_, A_, delta)
}

logSumExp <- function(x_) {
    .Call(`_causalOT_logSumExp`, x_)
}

rowLogSumExp <- function(x_) {
    .Call(`_causalOT_rowLogSumExp`, x_)
}

colLogSumExp <- function(x_) {
    .Call(`_causalOT_colLogSumExp`, x_)
}
ericdunipace/causalOT documentation built on Aug. 8, 2024, 6:14 p.m.