![]() |
SOPT
Sparse OPTimisation
|
#include <sdmm.h>
Inheritance diagram for sopt::algorithm::SDMM< SCALAR >::DiagnosticAndResult:
Collaboration diagram for sopt::algorithm::SDMM< SCALAR >::DiagnosticAndResult:Public Attributes | |
| Vector< SCALAR > | x |
| Vector which minimizes the sum of functions. More... | |
Public Attributes inherited from sopt::algorithm::SDMM< SCALAR >::Diagnostic | |
| t_uint | niters |
| Number of iterations. More... | |
| bool | good |
| Wether convergence was achieved. More... | |
| ConjugateGradient::Diagnostic | cg_diagnostic |
| Conjugate gradient result. More... | |
| Vector<SCALAR> sopt::algorithm::SDMM< SCALAR >::DiagnosticAndResult::x |
Vector which minimizes the sum of functions.
Definition at line 36 of file sdmm.h.
Referenced by sopt::algorithm::SDMM< SCALAR >::operator()().