![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What MG1_Shifts returns: the shifted sequence and the drift it measured. More...
#include <line/lib/smc/mg1.h>
Public Attributes | |
| Blocks | hatA |
| double | drift = 0.0 |
| double | tau = 1.0 |
| std::vector< double > | v |
What MG1_Shifts returns: the shifted sequence and the drift it measured.
| double line::smc::ShiftResult::drift = 0.0 |
Definition at line 350 of file mg1.h.
Referenced by line::smc::mg1_cr(), line::smc::mg1_fi(), and line::smc::mg1_shifts().
| Blocks line::smc::ShiftResult::hatA |
Definition at line 349 of file mg1.h.
Referenced by line::smc::mg1_cr(), line::smc::mg1_fi(), and line::smc::mg1_shifts().
| std::vector<double> line::smc::ShiftResult::v |
Definition at line 352 of file mg1.h.
Referenced by line::smc::mg1_shifts().