# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
softimpute_cpp <- function(X, mask, ncp, lambdas, tol, maxiter) {
.Call('_GenSoftImpute_softimpute_cpp', PACKAGE = 'GenSoftImpute', X, mask, ncp, lambdas, tol, maxiter)
}
gensoftimpute_cpp <- function(X, M, W, mask, ncp, lambdas, tol, maxiter) {
.Call('_GenSoftImpute_gensoftimpute_cpp', PACKAGE = 'GenSoftImpute', X, M, W, mask, ncp, lambdas, tol, maxiter)
}
gen_svd_for_R <- function(X, M, W) {
.Call('_GenSoftImpute_gen_svd_for_R', PACKAGE = 'GenSoftImpute', X, M, W)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.