R/RcppExports.R

Defines functions computeTVec_C computeObj_C symmetricPower_C

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

symmetricPower_C <- function(x, r) {
    .Call(`_ICtest_symmetricPower_C`, x, r)
}

computeObj_C <- function(x, nl, alpha) {
    .Call(`_ICtest_computeObj_C`, x, nl, alpha)
}

computeTVec_C <- function(u, x, nl, alpha) {
    .Call(`_ICtest_computeTVec_C`, u, x, nl, alpha)
}

Try the ICtest package in your browser

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

ICtest documentation built on May 18, 2022, 9:05 a.m.