![]() |
SOPT
Sparse OPTimisation
|
Values indicating how the algorithm ran. More...
#include <conjugate_gradient.h>
Public Attributes | |
t_uint | niters |
Number of iterations. More... | |
t_real | residual |
Residual. More... | |
bool | good |
Wether convergence was achieved. More... | |
Values indicating how the algorithm ran.
Definition at line 22 of file conjugate_gradient.h.
bool sopt::ConjugateGradient::Diagnostic::good |
Wether convergence was achieved.
Definition at line 28 of file conjugate_gradient.h.
t_uint sopt::ConjugateGradient::Diagnostic::niters |
Number of iterations.
Definition at line 24 of file conjugate_gradient.h.
t_real sopt::ConjugateGradient::Diagnostic::residual |
Residual.
Definition at line 26 of file conjugate_gradient.h.