R/RcppExports.R

Defines functions pfaArma l6Arma l2Arma alphaArma csdpArma

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

csdpArma <- function(n_p, nconstraints_p, nblocks_p, blocktypes_p, blocksizes_p, C_p, A_p, b_p, car, func, printlevel = 0L) {
    .Call(`_Bayesrel_csdpArma`, n_p, nconstraints_p, nblocks_p, blocktypes_p, blocksizes_p, C_p, A_p, b_p, car, func, printlevel)
}

alphaArma <- function(X) {
    .Call(`_Bayesrel_alphaArma`, X)
}

l2Arma <- function(X) {
    .Call(`_Bayesrel_l2Arma`, X)
}

l6Arma <- function(X) {
    .Call(`_Bayesrel_l6Arma`, X)
}

pfaArma <- function(X) {
    .Call(`_Bayesrel_pfaArma`, X)
}

Try the Bayesrel package in your browser

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

Bayesrel documentation built on Aug. 9, 2023, 5:09 p.m.