Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
fo_approx_init <- function(xg, x) {
.Call(`_deepgp_fo_approx_init`, xg, x)
}
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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.