R/RcppExports.R

Defines functions kernel_partialF Rcpp_D_cell Rcpp_D_4cell

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

Rcpp_D_4cell <- function(Xmat, Q_res, q_res) {
    .Call(`_WRI_Rcpp_D_4cell`, Xmat, Q_res, q_res)
}

Rcpp_D_cell <- function(Xmat, Q_res) {
    .Call(`_WRI_Rcpp_D_cell`, Xmat, Q_res)
}

kernel_partialF <- function(Xc, Q_res, left_mat, r) {
    .Call(`_WRI_kernel_partialF`, Xc, Q_res, left_mat, r)
}

Try the WRI package in your browser

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

WRI documentation built on July 9, 2022, 1:06 a.m.