# 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')
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.