R/RcppExports.R

Defines functions outlierCpp det_downdate solve_LO inverse_spd matProdT_LO inverse_LO chol_update det_chol_downdate chol_downdate2 chol_downdate chol_LO

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

chol_LO <- function(A) {
    .Call(`_Benchmarking_chol_LO`, A)
}

chol_downdate <- function(L, v) {
    .Call(`_Benchmarking_chol_downdate`, L, v)
}

chol_downdate2 <- function(L, v) {
    .Call(`_Benchmarking_chol_downdate2`, L, v)
}

det_chol_downdate <- function(L, v) {
    .Call(`_Benchmarking_det_chol_downdate`, L, v)
}

chol_update <- function(L, v) {
    .Call(`_Benchmarking_chol_update`, L, v)
}

inverse_LO <- function(L) {
    .Call(`_Benchmarking_inverse_LO`, L)
}

matProdT_LO <- function(X) {
    .Call(`_Benchmarking_matProdT_LO`, X)
}

inverse_spd <- function(A, lower_triangel = FALSE) {
    .Call(`_Benchmarking_inverse_spd`, A, lower_triangel)
}

solve_LO <- function(L, d) {
    .Call(`_Benchmarking_solve_LO`, L, d)
}

det_downdate <- function(A, v, det) {
    .Call(`_Benchmarking_det_downdate`, A, v, det)
}

outlierCpp <- function(K, R, xy, ratio, imat, rmin) {
    invisible(.Call(`_Benchmarking_outlierCpp`, K, R, xy, ratio, imat, rmin))
}

Try the Benchmarking package in your browser

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

Benchmarking documentation built on Nov. 10, 2022, 5:56 p.m.