![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Options mirroring the trailing (max_iter, tol) arguments of the MATLAB function. More...
#include <line/api/retrieval/retrieval_fpi.h>
Public Attributes | |
| std::size_t | max_iter = 1000 |
| double | tol = 1e-6 |
Options mirroring the trailing (max_iter, tol) arguments of the MATLAB function.
Definition at line 52 of file retrieval_fpi.h.
| std::size_t line::retrieval::FpiOptions::max_iter = 1000 |
Definition at line 53 of file retrieval_fpi.h.
| double line::retrieval::FpiOptions::tol = 1e-6 |
Definition at line 54 of file retrieval_fpi.h.