anpcpp 0.1.0
Analytic Network Process computational library
Loading...
Searching...
No Matches
Public Attributes | List of all members
anpcpp::EigenResult Struct Reference

Result of principal_eigen. More...

#include <eigen.hpp>

Public Attributes

Vector vector
 Priority vector (components sum to 1).
 
double value = 0.0
 Dominant eigenvalue estimate.
 
std::size_t iterations = 0
 Number of iterations performed.
 
bool converged = false
 False if max_iterations reached before convergence.
 

Detailed Description

Result of principal_eigen.


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