Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
fnnls_cpp <- function(XtX, Xty, tol, max_iter, sum_to_constant, constant, lower_bound, lb) {
.Call(`_nnsolve_fnnls_cpp`, XtX, Xty, tol, max_iter, sum_to_constant, constant, lower_bound, lb)
}
fnnls_reg_cpp <- function(y, X, tol = 1e-6, max_iter = 1000L, sum_to_constant = FALSE, constant = 1.0, lower_bound = FALSE, lb = 0.0) {
.Call(`_nnsolve_fnnls_reg_cpp`, y, X, tol, max_iter, sum_to_constant, constant, lower_bound, lb)
}
fnnls_regs_cpp <- function(Y, X, tol = 1e-6, max_iter = 1000L, sum_to_constant = FALSE, constant = 1.0, lower_bound = FALSE, lb = 0.0, parallel = FALSE, ncores = -1L) {
.Call(`_nnsolve_fnnls_regs_cpp`, Y, X, tol, max_iter, sum_to_constant, constant, lower_bound, lb, parallel, ncores)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.