LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::da::FpiResult< T > Struct Template Reference

#include <line/api/da/da_fpi.h>

Public Attributes

std::vector< T > x
std::size_t iterations = 0
bool converged = false

Detailed Description

template<class T>
struct line::da::FpiResult< T >

Definition at line 76 of file da_fpi.h.

Member Data Documentation

◆ converged

template<class T>
bool line::da::FpiResult< T >::converged = false

Definition at line 79 of file da_fpi.h.

Referenced by line::da::da_fpi(), and line::lossn::lossn_erlangfp().

◆ iterations

◆ x

template<class T>
std::vector<T> line::da::FpiResult< T >::x

Definition at line 77 of file da_fpi.h.

Referenced by line::da::da_fpi(), line::lossn::lossn_erlangfp(), and line::mva::solver_qna().


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