cxx_nnls: NNLS

View source: R/interface_cxx.R

cxx_nnlsR Documentation

NNLS

Description

NNLS

Usage

cxx_nnls(A, b, eps = 1e-12, maxiter = 10000)

Arguments

A

numeric matrix

b

vector with same length as 'nrow(A)'

eps

maximum allowed magnitude of the "zero" coefficients.

maxiter

maximum number of iterations.

Value

x


MarianSchoen/DTD documentation built on April 29, 2022, 1:59 p.m.