![]() |
SOPT
Sparse OPTimisation
|
Holds result vector as well. More...
#include <imaging_primal_dual.h>
Inheritance diagram for sopt::algorithm::ImagingPrimalDual< SCALAR >::DiagnosticAndResult:
Collaboration diagram for sopt::algorithm::ImagingPrimalDual< SCALAR >::DiagnosticAndResult:Public Attributes | |
| t_Vector | x |
| Output x. More... | |
Public Attributes inherited from sopt::algorithm::PrimalDual< 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::ImagingPrimalDual< SCALAR >::Diagnostic | |
| Diagnostic (t_uint niters=0u, bool good=false) | |
| Diagnostic (t_uint niters, bool good, t_Vector &&residual) | |
| Diagnostic (t_uint niters=0u, bool good=false) | |
| Diagnostic (t_uint niters, bool good, t_Vector &&residual) | |
Public Member Functions inherited from sopt::algorithm::PrimalDual< 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 43 of file imaging_primal_dual.h.
| t_Vector sopt::algorithm::ImagingPrimalDual< SCALAR >::DiagnosticAndResult::x |
Output x.
Definition at line 45 of file imaging_primal_dual.h.
Referenced by sopt::algorithm::ImagingPrimalDual< SCALAR >::operator()().