![]() |
SOPT
Sparse OPTimisation
|
Values indicating how the algorithm ran. More...
#include <primal_dual.h>
Inheritance diagram for sopt::algorithm::PrimalDual< SCALAR >::Diagnostic: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.
Definition at line 46 of file primal_dual.h.
|
inline |
Definition at line 54 of file primal_dual.h.
|
inline |
| bool sopt::algorithm::PrimalDual< SCALAR >::Diagnostic::good |
Wether convergence was achieved.
Definition at line 50 of file primal_dual.h.
| t_uint sopt::algorithm::PrimalDual< SCALAR >::Diagnostic::niters |
Number of iterations.
Definition at line 48 of file primal_dual.h.
| t_Vector sopt::algorithm::PrimalDual< SCALAR >::Diagnostic::residual |
the residual from the last iteration
Definition at line 52 of file primal_dual.h.
Referenced by sopt::algorithm::ImagingPrimalDual< SCALAR >::operator()(), sopt::algorithm::PrimalDual< SCALAR >::operator()(), and sopt::algorithm::TVPrimalDual< SCALAR >::operator()().