This function minimizes a L1-norm of the form \(||P u - q||_1\),
  whereby \(P\) is a \((m \times n)\) matrix and \(q\) is a \(m
  \times 1\) vector. This function is wrapper function for invoking the 
  cps-method of Linear Programs.
l1(P, q = NULL, optctrl = ctrl())An object of S4-class Rcpp_CPS.
matrix of dimension \(m \times n\).
vector of length \(m\).
An object of S4-class Rcpp_CTRL.