R/RcppExports.R

Defines functions mixsqp_rcpp mixem_rcpp

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

mixem_rcpp <- function(L, w, z, x0, eps, numiter, zerothresholdsolution, verbose) {
    .Call('_mixsqp_mixem_rcpp', PACKAGE = 'mixsqp', L, w, z, x0, eps, numiter, zerothresholdsolution, verbose)
}

mixsqp_rcpp <- function(L, U, V, w, z, x0, usesvd, runem, convtolsqp, convtolactiveset, zerothresholdsolution, zerothresholdsearchdir, suffdecr, stepsizereduce, minstepsize, identitycontribincrease, eps, maxitersqp, maxiteractiveset, verbose) {
    .Call('_mixsqp_mixsqp_rcpp', PACKAGE = 'mixsqp', L, U, V, w, z, x0, usesvd, runem, convtolsqp, convtolactiveset, zerothresholdsolution, zerothresholdsearchdir, suffdecr, stepsizereduce, minstepsize, identitycontribincrease, eps, maxitersqp, maxiteractiveset, verbose)
}
stephenslab/mixsqp documentation built on Jan. 4, 2024, 1 a.m.