![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mean performance measures of pfqn_nintmva at the requested population. More...
#include <line/api/pfqn/pfqn_nintmva.h>
Public Attributes | |
| T | X |
| throughput at population N | |
| std::vector< T > | Q |
| (M) mean queue lengths | |
| std::vector< T > | U |
| (M) utilizations | |
| std::vector< T > | R |
| (M) residence times | |
Mean performance measures of pfqn_nintmva at the requested population.
Definition at line 55 of file pfqn_nintmva.h.
| std::vector<T> line::pfqn::NintMvaResult< T >::Q |
(M) mean queue lengths
Definition at line 57 of file pfqn_nintmva.h.
Referenced by line::pfqn::pfqn_nintmva().
| std::vector<T> line::pfqn::NintMvaResult< T >::R |
(M) residence times
Definition at line 59 of file pfqn_nintmva.h.
Referenced by line::pfqn::pfqn_nintmva().
| std::vector<T> line::pfqn::NintMvaResult< T >::U |
(M) utilizations
Definition at line 58 of file pfqn_nintmva.h.
Referenced by line::pfqn::pfqn_nintmva().
| T line::pfqn::NintMvaResult< T >::X |
throughput at population N
Definition at line 56 of file pfqn_nintmva.h.
Referenced by line::pfqn::pfqn_nintmva().