![]() |
SOPT
Sparse OPTimisation
|
Holds result vector as well. More...
#include <padmm.h>
Inheritance diagram for sopt::algorithm::ProximalADMM< SCALAR >::DiagnosticAndResult:
Collaboration diagram for sopt::algorithm::ProximalADMM< SCALAR >::DiagnosticAndResult:Public Attributes | |
| t_Vector | x |
| Output x. 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::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.
| t_Vector sopt::algorithm::ProximalADMM< SCALAR >::DiagnosticAndResult::x |
Output x.
Definition at line 53 of file padmm.h.
Referenced by sopt::algorithm::ProximalADMM< SCALAR >::operator()().