SOPT
Sparse OPTimisation
Classes | Namespaces | Macros
sdmm.h File Reference
#include "sopt/config.h"
#include <limits>
#include <numeric>
#include <utility>
#include <vector>
#include "sopt/conjugate_gradient.h"
#include "sopt/exception.h"
#include "sopt/linear_transform.h"
#include "sopt/logging.h"
#include "sopt/proximal.h"
#include "sopt/proximal_expression.h"
#include "sopt/types.h"
#include "sopt/wrapper.h"
+ Include dependency graph for sdmm.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sopt::algorithm::SDMM< SCALAR >
 Simultaneous-direction method of the multipliers. More...
 
struct  sopt::algorithm::SDMM< SCALAR >::Diagnostic
 Values indicating how the algorithm ran. More...
 
struct  sopt::algorithm::SDMM< SCALAR >::DiagnosticAndResult
 

Namespaces

 sopt
 
 sopt::algorithm
 

Macros

#define SOPT_MACRO(NAME, TYPE)
 

Macro Definition Documentation

◆ SOPT_MACRO

#define SOPT_MACRO (   NAME,
  TYPE 
)
Value:
TYPE const &NAME() const { return NAME##_; } \
SDMM<SCALAR> &NAME(TYPE const &(NAME)) { \
NAME##_ = NAME; \
return *this; \
} \
\
protected: \
TYPE NAME##_; \
\
public:

Definition at line 62 of file sdmm.h.