SOPT
Sparse OPTimisation
Classes | Namespaces | Macros
l1_non_diff_function.h File Reference
#include "sopt/config.h"
#include <numeric>
#include <tuple>
#include <utility>
#include "sopt/exception.h"
#include "sopt/forward_backward.h"
#include "sopt/linear_transform.h"
#include "sopt/logging.h"
#include "sopt/proximal.h"
#include "sopt/relative_variation.h"
#include "sopt/types.h"
#include "sopt/non_differentiable_func.h"
#include "sopt/l1_proximal.h"
+ Include dependency graph for l1_non_diff_function.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sopt::algorithm::L1GProximal< SCALAR >
 

Namespaces

 sopt
 
 sopt::algorithm
 

Macros

#define SOPT_MACRO(VAR, TYPE)
 

Macro Definition Documentation

◆ SOPT_MACRO

#define SOPT_MACRO (   VAR,
  TYPE 
)
Value:
\
TYPE const &l1_proximal_##VAR() const { return l1_proximal().VAR(); } \ \
L1GProximal<SCALAR> &l1_proximal_##VAR(TYPE const ARG) { \
l1_proximal().VAR(ARG); \
return *this; \
}

Definition at line 90 of file l1_non_diff_function.h.