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

#include <sdmm.h>

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

Public Attributes

Vector< SCALAR > x
 Vector which minimizes the sum of functions. More...
 
- Public Attributes inherited from sopt::algorithm::SDMM< SCALAR >::Diagnostic
t_uint niters
 Number of iterations. More...
 
bool good
 Wether convergence was achieved. More...
 
ConjugateGradient::Diagnostic cg_diagnostic
 Conjugate gradient result. More...
 

Detailed Description

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

Definition at line 34 of file sdmm.h.

Member Data Documentation

◆ x

template<typename SCALAR >
Vector<SCALAR> sopt::algorithm::SDMM< SCALAR >::DiagnosticAndResult::x

Vector which minimizes the sum of functions.

Definition at line 36 of file sdmm.h.

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


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