View source: R/interface_cxx.R
cxx_nnls | R Documentation |
NNLS
cxx_nnls(A, b, eps = 1e-12, maxiter = 10000)
A |
numeric matrix |
b |
vector with same length as 'nrow(A)' |
eps |
maximum allowed magnitude of the "zero" coefficients. |
maxiter |
maximum number of iterations. |
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.