![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The drift of an M/G/1-type sequence, and the invariant vector it uses. More...
#include <line/lib/smc/mg1.h>
Public Attributes | |
| double | value = 0.0 |
| std::vector< double > | theta |
| stat(A0 + A1 + ... + Amax) | |
The drift of an M/G/1-type sequence, and the invariant vector it uses.
| std::vector<double> line::smc::Drift::theta |
stat(A0 + A1 + ... + Amax)
Definition at line 246 of file mg1.h.
Referenced by line::smc::gim1_r(), line::smc::mg1_drift(), and line::smc::mg1_eg().
| double line::smc::Drift::value = 0.0 |
Definition at line 245 of file mg1.h.
Referenced by line::smc::gim1_r(), line::smc::mg1_drift(), line::smc::mg1_eg(), line::smc::mg1_pi_etaqa(), and line::smc::mg1_shifts().