SOPT
Sparse OPTimisation
Public Attributes | List of all members
sopt::algorithm::ProximalADMM< SCALAR >::DiagnosticAndResult Struct Reference

Holds result vector as well. More...

#include <padmm.h>

+ Inheritance diagram for sopt::algorithm::ProximalADMM< SCALAR >::DiagnosticAndResult:
+ Collaboration diagram for sopt::algorithm::ProximalADMM< SCALAR >::DiagnosticAndResult:

Public Attributes

t_Vector x
 Output x. More...
 
- Public Attributes inherited from sopt::algorithm::ProximalADMM< SCALAR >::Diagnostic
t_uint niters
 Number of iterations. More...
 
bool good
 Wether convergence was achieved. More...
 
t_Vector residual
 the residual from the last iteration More...
 

Additional Inherited Members

- Public Member Functions inherited from sopt::algorithm::ProximalADMM< SCALAR >::Diagnostic
 Diagnostic (t_uint niters=0u, bool good=false)
 
 Diagnostic (t_uint niters, bool good, t_Vector &&residual)
 

Detailed Description

template<typename SCALAR>
struct sopt::algorithm::ProximalADMM< SCALAR >::DiagnosticAndResult

Holds result vector as well.

Definition at line 51 of file padmm.h.

Member Data Documentation

◆ x

template<typename SCALAR >
t_Vector sopt::algorithm::ProximalADMM< SCALAR >::DiagnosticAndResult::x

Output x.

Definition at line 53 of file padmm.h.

Referenced by sopt::algorithm::ProximalADMM< SCALAR >::operator()().


The documentation for this struct was generated from the following file: