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

Return value of pfqn_procomom, mirroring [Pr, Q]. More...

#include <line/api/pfqn/pfqn_procomom.h>

Public Attributes

Matrix< T > Pr
 (M x sumN+1) marginals, Pr(k, j) = P(n_k = j)
std::vector< T > Q
 (M) mean queue lengths
bool rankdef
 true when some ProCoMoM system was rank deficient

Detailed Description

template<class T>
struct line::pfqn::ProcomomResult< T >

Return value of pfqn_procomom, mirroring [Pr, Q].

Definition at line 88 of file pfqn_procomom.h.

Member Data Documentation

◆ Pr

template<class T>
Matrix<T> line::pfqn::ProcomomResult< T >::Pr

(M x sumN+1) marginals, Pr(k, j) = P(n_k = j)

Definition at line 89 of file pfqn_procomom.h.

Referenced by line::pfqn::pfqn_procomom().

◆ Q

template<class T>
std::vector<T> line::pfqn::ProcomomResult< T >::Q

(M) mean queue lengths

Definition at line 90 of file pfqn_procomom.h.

Referenced by line::pfqn::pfqn_procomom().

◆ rankdef

template<class T>
bool line::pfqn::ProcomomResult< T >::rankdef

true when some ProCoMoM system was rank deficient

Definition at line 91 of file pfqn_procomom.h.

Referenced by line::pfqn::pfqn_procomom().


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