SOPT
Sparse OPTimisation
Public Attributes | List of all members
sopt::ConjugateGradient::DiagnosticAndResult< T > Struct Template Reference

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...
 

Detailed Description

template<typename T>
struct sopt::ConjugateGradient::DiagnosticAndResult< T >

Values indicating how the algorithm ran and its result;.

Definition at line 32 of file conjugate_gradient.h.

Member Data Documentation

◆ result

template<typename T >
Vector<T> sopt::ConjugateGradient::DiagnosticAndResult< T >::result

Definition at line 33 of file conjugate_gradient.h.

Referenced by sopt::ConjugateGradient::operator()().


The documentation for this struct was generated from the following file: