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