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

Holds result vector as well. More...

#include <l2_forward_backward.h>

+ Inheritance diagram for sopt::algorithm::L2ForwardBackward< SCALAR >::DiagnosticAndResult:
+ Collaboration diagram for sopt::algorithm::L2ForwardBackward< SCALAR >::DiagnosticAndResult:

Public Attributes

t_Vector x
 Output x. More...
 

Additional Inherited Members

- Public Member Functions inherited from sopt::algorithm::L2ForwardBackward< SCALAR >::Diagnostic
 Diagnostic (t_uint niters=0u, bool good=false)
 
 Diagnostic (t_uint niters, bool good, t_Vector &&residual)
 

Detailed Description

template<typename SCALAR>
struct sopt::algorithm::L2ForwardBackward< SCALAR >::DiagnosticAndResult

Holds result vector as well.

Definition at line 46 of file l2_forward_backward.h.

Member Data Documentation

◆ x

template<typename SCALAR >
t_Vector sopt::algorithm::L2ForwardBackward< SCALAR >::DiagnosticAndResult::x

Output x.

Definition at line 48 of file l2_forward_backward.h.

Referenced by sopt::algorithm::L2ForwardBackward< SCALAR >::operator()().


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