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

Options controlling principal eigen computation. More...

#include <eigen.hpp>

Public Attributes

double error = 1e-10
 Stop when max-norm change between iterates is <= error.
 
bool use_harker = false
 Apply harker_fix before iteration when true.
 
std::size_t max_iterations = 10000
 Maximum power-iteration steps (pyanp has no cap).
 

Detailed Description

Options controlling principal eigen computation.


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