l1 function

Minimizing L1-norm

Minimizing L1-norm

This function minimizes a L1-norm of the form Puq1||P u - q||_1, whereby PP is a (m×n)(m \times n) matrix and qq is a c("m\nm\n", "times1 \\times 1") vector. This function is wrapper function for invoking the cps-method of Linear Programs.

l1(P, q = NULL, optctrl = ctrl())

Arguments

  • P: matrix of dimension m×nm \times n.
  • q: vector of length mm.
  • optctrl: An object of S4-class Rcpp_CTRL.

Returns

An object of S4-class Rcpp_CPS.

  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 3)
  • Last published: 2023-12-09

Useful links