![]() |
SOPT
Sparse OPTimisation
|
Result from calling L1. More...
#include <l1_proximal.h>
Inheritance diagram for sopt::proximal::L1< SCALAR >::DiagnosticAndResult:
Collaboration diagram for sopt::proximal::L1< SCALAR >::DiagnosticAndResult:Public Attributes | |
| Vector< SCALAR > | proximal |
| The proximal value. More... | |
Public Attributes inherited from sopt::proximal::L1< SCALAR >::Diagnostic | |
| 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 | |
Public Member Functions inherited from sopt::proximal::L1< SCALAR >::Diagnostic | |
| 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()().