Minimizing L1-norm
This function minimizes a L1-norm of the form ∣∣Pu−q∣∣1||P u - q||_1∣∣Pu−q∣∣1, whereby PPP is a (m×n)(m \times n)(m×n) matrix and qqq is a c("m\nm\nm\n", "times1 \\times 1times1") vector. This function is wrapper function for invoking the cps-method of Linear Programs.
cps
l1(P, q = NULL, optctrl = ctrl())
P
matrix
q
vector
optctrl
Rcpp_CTRL
An object of S4-class Rcpp_CPS.
Rcpp_CPS
Useful links