R/RcppExports.R

Defines functions denseSLOPE sparseSLOPE sortedL1ProxCpp lambdaSequence

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

lambdaSequence <- function(n_lambda, q, theta1, theta2, lambda_type, n) {
    .Call(`_SLOPE_lambdaSequence`, n_lambda, q, theta1, theta2, lambda_type, n)
}

sortedL1ProxCpp <- function(x, lambda, method) {
    .Call(`_SLOPE_sortedL1ProxCpp`, x, lambda, method)
}

sparseSLOPE <- function(x, y, control) {
    .Call(`_SLOPE_sparseSLOPE`, x, y, control)
}

denseSLOPE <- function(x, y, control) {
    .Call(`_SLOPE_denseSLOPE`, x, y, control)
}

Try the SLOPE package in your browser

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

SLOPE documentation built on June 10, 2022, 1:05 a.m.