l1 {cccp} | R Documentation |
Minimizing L1-norm
Description
This function minimizes a L1-norm of the form ,
whereby
is a
matrix and
is a
vector. This function is wrapper function for invoking the
cps
-method of Linear Programs.
Usage
l1(P, q = NULL, optctrl = ctrl())
Arguments
P |
|
q |
|
optctrl |
An object of S4-class |
Value
An object of S4-class Rcpp_CPS
.
[Package cccp version 0.3-1 Index]