![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/api/pfqn/pfqn_comomrm_ms.h>
Public Attributes | |
| T | G |
| normalizing constant | |
| double | lG |
| its logarithm | |
| std::vector< T > | prob |
| (Nt+1) queue-length marginal, prob[k] = P(n = k) | |
Definition at line 58 of file pfqn_comomrm_ms.h.
| T line::pfqn::ComomRmResult< T >::G |
normalizing constant
Definition at line 59 of file pfqn_comomrm_ms.h.
Referenced by line::pfqn::pfqn_comomrm_ld(), and line::pfqn::pfqn_comomrm_ms().
| double line::pfqn::ComomRmResult< T >::lG |
its logarithm
Definition at line 60 of file pfqn_comomrm_ms.h.
Referenced by line::pfqn::pfqn_comomrm_ld(), and line::pfqn::pfqn_comomrm_ms().
| std::vector<T> line::pfqn::ComomRmResult< T >::prob |
(Nt+1) queue-length marginal, prob[k] = P(n = k)
Definition at line 61 of file pfqn_comomrm_ms.h.
Referenced by line::pfqn::pfqn_comomrm_ld(), and line::pfqn::pfqn_comomrm_ms().