![]() |
SOPT
Sparse OPTimisation
|
Values indicating how the algorithm ran and its result;. More...
#include <conjugate_gradient.h>
Public Attributes | |
Vector< T > | result |
![]() | |
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()().