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

Values indicating how the algorithm ran. More...

#include <sdmm.h>

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

Public Attributes

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 >::Diagnostic

Values indicating how the algorithm ran.

Definition at line 26 of file sdmm.h.

Member Data Documentation

◆ cg_diagnostic

template<typename SCALAR >
ConjugateGradient::Diagnostic sopt::algorithm::SDMM< SCALAR >::Diagnostic::cg_diagnostic

Conjugate gradient result.

Definition at line 32 of file sdmm.h.

◆ good

template<typename SCALAR >
bool sopt::algorithm::SDMM< SCALAR >::Diagnostic::good

Wether convergence was achieved.

Definition at line 30 of file sdmm.h.

◆ niters

template<typename SCALAR >
t_uint sopt::algorithm::SDMM< SCALAR >::Diagnostic::niters

Number of iterations.

Definition at line 28 of file sdmm.h.


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