LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::retrieval::FpiOptions Struct Reference

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

Detailed Description

Options mirroring the trailing (max_iter, tol) arguments of the MATLAB function.

Definition at line 52 of file retrieval_fpi.h.

Member Data Documentation

◆ max_iter

std::size_t line::retrieval::FpiOptions::max_iter = 1000

Definition at line 53 of file retrieval_fpi.h.

◆ tol

double line::retrieval::FpiOptions::tol = 1e-6

Definition at line 54 of file retrieval_fpi.h.


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