![]() |
SOPT
Sparse OPTimisation
|
Proximal for the L2 norm. More...
#include <proximal.h>
Public Types | |
using | Real = typename real_type< T >::type |
Public Member Functions | |
L2Norm () | |
Constructs an L2 ball proximal of size gamma. More... | |
void | operator() (Vector< T > &out, const Real gamma, Vector< T > const &x) const |
Calls proximal function. More... | |
template<typename T0 > | |
EnveloppeExpression< L2Norm, T0 > | operator() (Real const &, Eigen::MatrixBase< T0 > const &x) const |
Lazy version. More... | |
template<typename T0 > | |
EnveloppeExpression< L2Norm, T0 > | operator() (Eigen::MatrixBase< T0 > const &x) const |
Lazy version. More... | |
Proximal for the L2 norm.
Definition at line 157 of file proximal.h.
using sopt::proximal::L2Norm< T >::Real = typename real_type<T>::type |
Definition at line 159 of file proximal.h.
|
inline |
|
inline |
|
inline |
|
inline |
Calls proximal function.
Definition at line 164 of file proximal.h.
References sopt::proximal::l2_norm().