![]() |
SOPT
Sparse OPTimisation
|
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... | |
Holds results and reg parameter.
Definition at line 28 of file joint_map.h.
| 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()().
| 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()().
| 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()().