![]() |
SOPT
Sparse OPTimisation
|
Values indicating how the algorithm ran. More...
#include <padmm.h>
Public Member Functions | |
Diagnostic (t_uint niters=0u, bool good=false) | |
Diagnostic (t_uint niters, bool good, t_Vector &&residual) | |
Public Attributes | |
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.
|
inline |
Definition at line 45 of file padmm.h.
|
inline |
bool sopt::algorithm::ProximalADMM< SCALAR >::Diagnostic::good |
t_uint sopt::algorithm::ProximalADMM< SCALAR >::Diagnostic::niters |
t_Vector sopt::algorithm::ProximalADMM< SCALAR >::Diagnostic::residual |
the residual from the last iteration
Definition at line 43 of file padmm.h.
Referenced by sopt::algorithm::ImagingProximalADMM< SCALAR >::operator()(), and sopt::algorithm::ProximalADMM< SCALAR >::operator()().