![]() |
SOPT
Sparse OPTimisation
|
Result from calling L1. More...
#include <l1_proximal.h>
Public Attributes | |
Vector< SCALAR > | proximal |
The proximal value. More... | |
![]() | |
t_uint | niters |
Number of iterations. More... | |
Real | relative_variation |
Relative variation of the objective function. More... | |
Real | objective |
Value of the objective function. More... | |
bool | good |
Wether convergence was achieved. More... | |
Additional Inherited Members | |
![]() | |
Diagnostic (t_uint niters=0, Real relative_variation=0, Real objective=0, bool good=false) | |
Result from calling L1.
Definition at line 208 of file l1_proximal.h.
Vector<SCALAR> sopt::proximal::L1< SCALAR >::DiagnosticAndResult::proximal |
The proximal value.
Definition at line 210 of file l1_proximal.h.
Referenced by sopt::proximal::L1< SCALAR >::operator()().