R/RcppExports.R

Defines functions ProxSNN2_Eigen ProxSNN_Eigen ProxSCC_CFinder ProxSCC_Eigen CCWeight_Eigen

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

CCWeight_Eigen <- function(X, sigma2, threads) {
    .Call('_PRSCC_CCWeight_Eigen', PACKAGE = 'PRSCC', X, sigma2, threads)
}

ProxSCC_Eigen <- function(X, U, Lambda, Gamma, p, n, W, R, tol, maxit, threads, verbose) {
    .Call('_PRSCC_ProxSCC_Eigen', PACKAGE = 'PRSCC', X, U, Lambda, Gamma, p, n, W, R, tol, maxit, threads, verbose)
}

ProxSCC_CFinder <- function(U, tol) {
    .Call('_PRSCC_ProxSCC_CFinder', PACKAGE = 'PRSCC', U, tol)
}

ProxSNN_Eigen <- function(X, U, Z, Lambda, Gamma, p, n, m, W, R, tol, maxit, threads, verbose) {
    .Call('_PRSCC_ProxSNN_Eigen', PACKAGE = 'PRSCC', X, U, Z, Lambda, Gamma, p, n, m, W, R, tol, maxit, threads, verbose)
}

ProxSNN2_Eigen <- function(X, U, Z, Lambda, Gamma, p, n, m, W, R, tol, maxit, threads, verbose) {
    .Call('_PRSCC_ProxSNN2_Eigen', PACKAGE = 'PRSCC', X, U, Z, Lambda, Gamma, p, n, m, W, R, tol, maxit, threads, verbose)
}

# Register entry points for exported C++ functions
methods::setLoadAction(function(ns) {
    .Call('_PRSCC_RcppExport_registerCCallable', PACKAGE = 'PRSCC')
})
Ivis4ml/PRScc documentation built on June 4, 2020, 9:19 a.m.