R/RcppExports.R

Defines functions check_omp U_entries_sep U_entries rev_matrix MaternSep Matern Exp2Sep Exp2

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

Exp2 <- function(distmat, tau2, theta, g) {
    .Call(`_deepgp_Exp2`, distmat, tau2, theta, g)
}

Exp2Sep <- function(x1, x2, tau2, theta, g) {
    .Call(`_deepgp_Exp2Sep`, x1, x2, tau2, theta, g)
}

Matern <- function(distmat, tau2, theta, g, v) {
    .Call(`_deepgp_Matern`, distmat, tau2, theta, g, v)
}

MaternSep <- function(x1, x2, tau2, theta, g, v) {
    .Call(`_deepgp_MaternSep`, x1, x2, tau2, theta, g, v)
}

rev_matrix <- function(x) {
    .Call(`_deepgp_rev_matrix`, x)
}

U_entries <- function(Ncores, x, revNNarray, revCondOnLatent, tau2, theta, g, v) {
    .Call(`_deepgp_U_entries`, Ncores, x, revNNarray, revCondOnLatent, tau2, theta, g, v)
}

U_entries_sep <- function(Ncores, x, revNNarray, revCondOnLatent, tau2, theta, g, v) {
    .Call(`_deepgp_U_entries_sep`, Ncores, x, revNNarray, revCondOnLatent, tau2, theta, g, v)
}

check_omp <- function() {
    invisible(.Call(`_deepgp_check_omp`))
}

Try the deepgp package in your browser

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

deepgp documentation built on Dec. 28, 2022, 1:32 a.m.