SOPT
Sparse OPTimisation
Public Attributes | List of all members
sopt::proximal::L1< SCALAR >::DiagnosticAndResult Struct Reference

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)
 

Detailed Description

template<typename SCALAR>
struct sopt::proximal::L1< SCALAR >::DiagnosticAndResult

Result from calling L1.

Definition at line 208 of file l1_proximal.h.

Member Data Documentation

◆ proximal

template<typename SCALAR >
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()().


The documentation for this struct was generated from the following file: