![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_mvac, mirroring [XN, QN, UN, CN]. More...
#include <line/api/pfqn/pfqn_mvac.h>
Public Attributes | |
| std::vector< T > | X |
| (R) per-class throughput | |
| Matrix< T > | Q |
| (M x R) per-class queue length at the SSFR queues | |
| Matrix< T > | U |
| (M x R) per-class utilization | |
| Matrix< T > | C |
| (M x R) per-class residence time | |
Return value of pfqn_mvac, mirroring [XN, QN, UN, CN].
Definition at line 75 of file pfqn_mvac.h.
| Matrix<T> line::pfqn::MvacResult< T >::C |
(M x R) per-class residence time
Definition at line 79 of file pfqn_mvac.h.
Referenced by line::pfqn::pfqn_mvac().
| Matrix<T> line::pfqn::MvacResult< T >::Q |
(M x R) per-class queue length at the SSFR queues
Definition at line 77 of file pfqn_mvac.h.
Referenced by line::pfqn::pfqn_mvac(), and line::mva::solver_mvac_analyzer().
| Matrix<T> line::pfqn::MvacResult< T >::U |
(M x R) per-class utilization
Definition at line 78 of file pfqn_mvac.h.
Referenced by line::pfqn::pfqn_mvac().
| std::vector<T> line::pfqn::MvacResult< T >::X |
(R) per-class throughput
Definition at line 76 of file pfqn_mvac.h.
Referenced by line::pfqn::pfqn_mvac(), and line::mva::solver_mvac_analyzer().