#include <alpaqa/functions/l1-norm.hpp>
ℓ₁-norm.
Weight | Type of weighting factors. Either scalar or vector. |
Definition at line 24 of file l1-norm.hpp.
Public Types | |
using | weight_t = Weight |
Public Member Functions | |
L1Norm (weight_t λ) | |
L1Norm () | |
L1Norm ()=default | |
real_t | prox (crmat in, rmat out, real_t γ=1) |
Public Attributes | |
weight_t | λ |
Static Public Attributes | |
static constexpr bool | scalar_weight = std::is_same_v<weight_t, real_t> |
Definition at line 26 of file l1-norm.hpp.
Definition at line 29 of file l1-norm.hpp.
Definition at line 40 of file l1-norm.hpp.
Definition at line 27 of file l1-norm.hpp.
Definition at line 47 of file l1-norm.hpp.