![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Constants of the state independent cycle, in one common scale. More...
#include <line/api/dpfqn/dpfqn_nc.h>
Public Member Functions | |
| T | throughput () const |
| Throughput per slot, equal at every node of the cycle. | |
Public Attributes | |
| double | lG |
| true log of G(N,J), in double whatever T is | |
| T | G |
| G(N,J), in the common scale. | |
| std::vector< T > | G1 |
| G1[k] = G_1(k,J), k = 0..N, same scale. | |
Constants of the state independent cycle, in one common scale.
Definition at line 76 of file dpfqn_nc.h.
|
inline |
Throughput per slot, equal at every node of the cycle.
Definition at line 82 of file dpfqn_nc.h.
| T line::dpfqn::DtNcResult< T >::G |
G(N,J), in the common scale.
Definition at line 78 of file dpfqn_nc.h.
Referenced by line::dpfqn::dpfqn_nc(), and throughput().
| std::vector<T> line::dpfqn::DtNcResult< T >::G1 |
G1[k] = G_1(k,J), k = 0..N, same scale.
Definition at line 79 of file dpfqn_nc.h.
Referenced by line::dpfqn::dpfqn_nc(), and throughput().
| double line::dpfqn::DtNcResult< T >::lG |
true log of G(N,J), in double whatever T is
Definition at line 77 of file dpfqn_nc.h.
Referenced by line::dpfqn::dpfqn_nc().