R/RcppExports.R

Defines functions lamloopFISTA FISTA ind ST3a ST1a norm2 showValue fista_sparse

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

fista_sparse <- function(A, b, lambda, x_true, niter, backtrack, w = NULL, conv = 1e-10) {
    .Call(`_multivar_fista_sparse`, A, b, lambda, x_true, niter, backtrack, w, conv)
}

showValue <- function(x) {
    invisible(.Call(`_multivar_showValue`, x))
}

norm2 <- function(x) {
    .Call(`_multivar_norm2`, x)
}

ST1a <- function(z, gam) {
    .Call(`_multivar_ST1a`, z, gam)
}

ST3a <- function(z, gam) {
    .Call(`_multivar_ST3a`, z, gam)
}

ind <- function(n2, m) {
    .Call(`_multivar_ind`, n2, m)
}

FISTA <- function(Y, Z, B, W, lambda1, eps, step) {
    .Call(`_multivar_FISTA`, Y, Z, B, W, lambda1, eps, step)
}

lamloopFISTA <- function(beta_, Y, Z, W_, lambda1, eps, YMean2, ZMean2, B1, step) {
    .Call(`_multivar_lamloopFISTA`, beta_, Y, Z, W_, lambda1, eps, YMean2, ZMean2, B1, step)
}

Try the multivar package in your browser

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

multivar documentation built on May 28, 2022, 1:08 a.m.