![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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 | |
Return value of pfqn_procomom, mirroring [Pr, Q].
Definition at line 88 of file pfqn_procomom.h.
| 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().
| 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().
| 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().