![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mean performance measures returned by pfqn_sdr. More...
#include <line/api/pfqn/pfqn_sdr.h>
Public Attributes | |
| Matrix< T > | QN |
| mean queue lengths, centres by chains | |
| Matrix< T > | XN |
| per-centre chain throughputs | |
| Matrix< T > | UN |
| mean number in service, XN elementwise times S | |
| Matrix< T > | RN |
| mean response times at the centre, QN elementwise over XN | |
| T | G |
| normalizing constant | |
Mean performance measures returned by pfqn_sdr.
Definition at line 247 of file pfqn_sdr.h.
| T line::pfqn::SdrResult< T >::G |
normalizing constant
Definition at line 252 of file pfqn_sdr.h.
Referenced by line::pfqn::pfqn_sdr().
| Matrix<T> line::pfqn::SdrResult< T >::QN |
mean queue lengths, centres by chains
Definition at line 248 of file pfqn_sdr.h.
Referenced by line::pfqn::pfqn_sdr(), and line::nc::solver_nc_sdr().
| Matrix<T> line::pfqn::SdrResult< T >::RN |
mean response times at the centre, QN elementwise over XN
Definition at line 251 of file pfqn_sdr.h.
Referenced by line::pfqn::pfqn_sdr(), and line::nc::solver_nc_sdr().
| Matrix<T> line::pfqn::SdrResult< T >::UN |
mean number in service, XN elementwise times S
Definition at line 250 of file pfqn_sdr.h.
Referenced by line::pfqn::pfqn_sdr(), and line::nc::solver_nc_sdr().
| Matrix<T> line::pfqn::SdrResult< T >::XN |
per-centre chain throughputs
Definition at line 249 of file pfqn_sdr.h.
Referenced by line::pfqn::pfqn_sdr(), and line::nc::solver_nc_sdr().