Description Usage Arguments Value Examples
Computes the proximal operator of the L1 norm:
h(x) = λ ||x||_1 ,
where λ is a scaling factor.
1  | 
x | 
 The input vector  | 
t | 
 The step size  | 
opts | 
 List of parameters, which must include: 
  | 
The proximal of h at x with step size t, given by
prox_h(x,t) = argmin_u [ t h(u) + 1/2 || x - u ||^2 ]
.
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.