SOPT
Sparse OPTimisation
Public Attributes | List of all members
sopt::algorithm::PowerMethod< SCALAR >::DiagnosticAndResult Struct Reference

Holds result vector as well. More...

#include <power_method.h>

Public Attributes

t_uint niters
 Number of iterations. More...
 
bool good
 Wether convergence was achieved. More...
 
Scalar magnitude
 Magnitude of the eigenvalue. More...
 
Vector< Scalareigenvector
 Corresponding eigenvector if converged. More...
 

Detailed Description

template<typename SCALAR>
struct sopt::algorithm::PowerMethod< SCALAR >::DiagnosticAndResult

Holds result vector as well.

Definition at line 151 of file power_method.h.

Member Data Documentation

◆ eigenvector

template<typename SCALAR >
Vector<Scalar> sopt::algorithm::PowerMethod< SCALAR >::DiagnosticAndResult::eigenvector

Corresponding eigenvector if converged.

Definition at line 159 of file power_method.h.

◆ good

template<typename SCALAR >
bool sopt::algorithm::PowerMethod< SCALAR >::DiagnosticAndResult::good

Wether convergence was achieved.

Definition at line 155 of file power_method.h.

◆ magnitude

template<typename SCALAR >
Scalar sopt::algorithm::PowerMethod< SCALAR >::DiagnosticAndResult::magnitude

Magnitude of the eigenvalue.

Definition at line 157 of file power_method.h.

◆ niters

template<typename SCALAR >
t_uint sopt::algorithm::PowerMethod< SCALAR >::DiagnosticAndResult::niters

Number of iterations.

Definition at line 153 of file power_method.h.


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