R/RcppExports.R

Defines functions C_sorted_union C_num_less_sorted C_num_leq_sorted

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

C_num_leq_sorted <- function(a, b, tolerance) {
    .Call(`_uts_C_num_leq_sorted`, a, b, tolerance)
}

C_num_less_sorted <- function(a, b, tolerance) {
    .Call(`_uts_C_num_less_sorted`, a, b, tolerance)
}

C_sorted_union <- function(a, b, tolerance) {
    .Call(`_uts_C_sorted_union`, a, b, tolerance)
}
andreas50/uts documentation built on April 8, 2021, 10:03 a.m.