![]() |
SOPT
Sparse OPTimisation
|
Holds result vector as well. More...
#include <imaging_padmm.h>
Inheritance diagram for sopt::algorithm::ImagingProximalADMM< SCALAR >::DiagnosticAndResult:
Collaboration diagram for sopt::algorithm::ImagingProximalADMM< SCALAR >::DiagnosticAndResult:Public Attributes | |
| t_Vector | x |
| Output x. More... | |
Public Attributes inherited from sopt::algorithm::ImagingProximalADMM< SCALAR >::Diagnostic | |
| proximal::L1< Scalar >::Diagnostic | l1_diagnostic |
| Diagnostic from calling L1 proximal. 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::ImagingProximalADMM< SCALAR >::Diagnostic | |
| 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) | |
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) | |
Holds result vector as well.
Definition at line 46 of file imaging_padmm.h.
| t_Vector sopt::algorithm::ImagingProximalADMM< SCALAR >::DiagnosticAndResult::x |
Output x.
Definition at line 48 of file imaging_padmm.h.
Referenced by sopt::algorithm::ImagingProximalADMM< SCALAR >::operator()().