#include <alpaqa/functions/l1-norm.hpp>
ℓ₁-norm.
Weight | Type of weighting factors. Either scalar or vector. |
Definition at line 20 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> |
using weight_t = Weight |
Definition at line 22 of file l1-norm.hpp.
Definition at line 25 of file l1-norm.hpp.
|
inline |
Definition at line 36 of file l1-norm.hpp.
|
default |
Definition at line 23 of file l1-norm.hpp.
weight_t λ |
Definition at line 43 of file l1-norm.hpp.