![]() |
SOPT
Sparse OPTimisation
|
Values indicating how the algorithm ran. More...
#include <imaging_padmm.h>
Public Member Functions | |
Diagnostic (t_uint niters=0u, bool good=false, typename proximal::L1< Scalar >::Diagnostic const &l1diag=typename proximal::L1< Scalar >::Diagnostic()) | |
Diagnostic (t_uint niters, bool good, typename proximal::L1< Scalar >::Diagnostic const &l1diag, t_Vector &&residual) | |
![]() | |
Diagnostic (t_uint niters=0u, bool good=false) | |
Diagnostic (t_uint niters, bool good, t_Vector &&residual) | |
Public Attributes | |
proximal::L1< Scalar >::Diagnostic | l1_diagnostic |
Diagnostic from calling L1 proximal. More... | |
![]() | |
t_uint | niters |
Number of iterations. More... | |
bool | good |
Wether convergence was achieved. More... | |
t_Vector | residual |
the residual from the last iteration More... | |
Values indicating how the algorithm ran.
Definition at line 34 of file imaging_padmm.h.
|
inline |
Definition at line 37 of file imaging_padmm.h.
|
inline |
Definition at line 41 of file imaging_padmm.h.
proximal::L1<Scalar>::Diagnostic sopt::algorithm::ImagingProximalADMM< SCALAR >::Diagnostic::l1_diagnostic |
Diagnostic from calling L1 proximal.
Definition at line 36 of file imaging_padmm.h.