![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_kt, mirroring [G, lG, X, Q]. More...
#include <line/api/pfqn/pfqn_kt.h>
Public Attributes | |
| T | G |
| T | lG |
| std::vector< T > | X |
| AMVA throughput used to seed the saddle point. | |
| Matrix< T > | Q |
| AMVA queue lengths. | |
Return value of pfqn_kt, mirroring [G, lG, X, Q].
| T line::pfqn::KtResult< T >::G |
Definition at line 57 of file pfqn_kt.h.
Referenced by line::pfqn::pfqn_bkt(), line::pfqn::pfqn_kt(), and line::pfqn::pfqn_lekt().
| T line::pfqn::KtResult< T >::lG |
Definition at line 58 of file pfqn_kt.h.
Referenced by line::pfqn::pfqn_bkt(), line::pfqn::pfqn_kt(), and line::pfqn::pfqn_lekt().
| Matrix<T> line::pfqn::KtResult< T >::Q |
| std::vector<T> line::pfqn::KtResult< T >::X |
AMVA throughput used to seed the saddle point.
Definition at line 59 of file pfqn_kt.h.
Referenced by line::pfqn::pfqn_kt().