![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/api/pfqn/pfqn_ncldmx.h>
Public Attributes | |
| T | G |
| closed-conditional normalizing constant | |
| double | lG |
| its logarithm | |
| T | Gopen |
| the open-class prefactor prod_i E_i(0) | |
| double | lGopen |
| its logarithm | |
| Matrix< T > | EC |
| the effective-capacity terms, for the caller's mean measures | |
| std::vector< T > | XN |
| (R) throughputs: G(N-e_r)/G(N) closed, lambda_r open | |
| Matrix< T > | QN |
| (M x R) mean queue lengths | |
Definition at line 84 of file pfqn_ncldmx.h.
| Matrix<T> line::pfqn::NcldmxResult< T >::EC |
the effective-capacity terms, for the caller's mean measures
Definition at line 89 of file pfqn_ncldmx.h.
Referenced by line::pfqn::pfqn_ncldmx().
| T line::pfqn::NcldmxResult< T >::G |
closed-conditional normalizing constant
Definition at line 85 of file pfqn_ncldmx.h.
Referenced by line::pfqn::pfqn_ncldmx().
| T line::pfqn::NcldmxResult< T >::Gopen |
the open-class prefactor prod_i E_i(0)
Definition at line 87 of file pfqn_ncldmx.h.
Referenced by line::pfqn::pfqn_ncldmx().
| double line::pfqn::NcldmxResult< T >::lG |
its logarithm
Definition at line 86 of file pfqn_ncldmx.h.
Referenced by line::pfqn::pfqn_ncldmx(), and line::nc::solver_ncld().
| double line::pfqn::NcldmxResult< T >::lGopen |
| Matrix<T> line::pfqn::NcldmxResult< T >::QN |
(M x R) mean queue lengths
Definition at line 91 of file pfqn_ncldmx.h.
Referenced by line::pfqn::pfqn_ncldmx(), and line::nc::solver_ncld().
| std::vector<T> line::pfqn::NcldmxResult< T >::XN |
(R) throughputs: G(N-e_r)/G(N) closed, lambda_r open
Definition at line 90 of file pfqn_ncldmx.h.
Referenced by line::pfqn::pfqn_ncldmx(), and line::nc::solver_ncld().