R/RcppExports.R

Defines functions row_col_pointers check_omp U_entries_sep U_entries rev_matrix forward_solve_raw MaternSep Matern Exp2Sep Exp2 diag_quad_mat

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

diag_quad_mat <- function(A, B) {
    .Call(`_deepgp_diag_quad_mat`, A, B)
}

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)
}

forward_solve_raw <- function(U, z, NNarray) {
    .Call(`_deepgp_forward_solve_raw`, U, z, NNarray)
}

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

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

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

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

row_col_pointers <- function(NNarray) {
    .Call(`_deepgp_row_col_pointers`, NNarray)
}

Try the deepgp package in your browser

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

deepgp documentation built on May 29, 2024, 10 a.m.