![]() |
SOPT
Sparse OPTimisation
|
Holds result vector as well. More...
#include <imaging_padmm.h>
Public Attributes | |
t_Vector | x |
Output x. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
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) | |
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()().