![]() |
SOPT
Sparse OPTimisation
|
Values indicating how the algorithm ran and its result;. More...
#include <conjugate_gradient.h>
Inheritance diagram for sopt::ConjugateGradient::DiagnosticAndResult< T >:
Collaboration diagram for sopt::ConjugateGradient::DiagnosticAndResult< T >:Public Attributes | |
| Vector< T > | result |
Public Attributes inherited from sopt::ConjugateGradient::Diagnostic | |
| 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 and its result;.
Definition at line 32 of file conjugate_gradient.h.
| Vector<T> sopt::ConjugateGradient::DiagnosticAndResult< T >::result |
Definition at line 33 of file conjugate_gradient.h.
Referenced by sopt::ConjugateGradient::operator()().