SOPT
Sparse OPTimisation
Public Attributes | List of all members
sopt::algorithm::JointMAP< ALGORITHM >::DiagnosticAndResultReg Struct Reference

Holds results and reg parameter. More...

#include <joint_map.h>

+ Inheritance diagram for sopt::algorithm::JointMAP< ALGORITHM >::DiagnosticAndResultReg:
+ Collaboration diagram for sopt::algorithm::JointMAP< ALGORITHM >::DiagnosticAndResultReg:

Public Attributes

t_real reg_term = 0
 
bool reg_good
 Wether convergence was achieved. More...
 
t_uint reg_niters
 Number of iterations. More...
 

Detailed Description

template<typename ALGORITHM>
struct sopt::algorithm::JointMAP< ALGORITHM >::DiagnosticAndResultReg

Holds results and reg parameter.

Definition at line 28 of file joint_map.h.

Member Data Documentation

◆ reg_good

template<typename ALGORITHM >
bool sopt::algorithm::JointMAP< ALGORITHM >::DiagnosticAndResultReg::reg_good

Wether convergence was achieved.

Definition at line 31 of file joint_map.h.

Referenced by sopt::algorithm::JointMAP< ALGORITHM >::operator()().

◆ reg_niters

template<typename ALGORITHM >
t_uint sopt::algorithm::JointMAP< ALGORITHM >::DiagnosticAndResultReg::reg_niters

Number of iterations.

Definition at line 33 of file joint_map.h.

Referenced by sopt::algorithm::JointMAP< ALGORITHM >::operator()().

◆ reg_term

template<typename ALGORITHM >
t_real sopt::algorithm::JointMAP< ALGORITHM >::DiagnosticAndResultReg::reg_term = 0

Definition at line 29 of file joint_map.h.

Referenced by sopt::algorithm::JointMAP< ALGORITHM >::operator()().


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