Options for limit-matrix calculation.
More...
#include <limit_matrix.hpp>
|
|
double | error = 1e-10 |
| | Convergence tolerance for calculus iteration.
|
| |
|
std::size_t | max_iters = 5000 |
| | Maximum calculus iterations.
|
| |
|
bool | use_hierarchy_formula = true |
| | Use hierarchy shortcut when the matrix is a strict hierarchy.
|
| |
|
std::size_t | start_pow = 0 |
| | Starting power; 0 means auto-detect (pyanp default).
|
| |
Options for limit-matrix calculation.
The documentation for this struct was generated from the following file: