|
anpcpp 0.1.0
Analytic Network Process computational library
|
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). | |
Options controlling principal eigen computation.