![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What returnWait.m returns: the waiting time as a phase-type law. More...
#include <line/api/fj/fj_codes.h>
Public Attributes | |
| std::vector< double > | wait_alpha |
| defective, mass prob_wait | |
| Matrix< double > | wait_Smat |
| double | prob_wait = 0.0 |
| std::vector< double > | alfa |
| -pi0 T^-1, the all-busy occupancy | |
What returnWait.m returns: the waiting time as a phase-type law.
Definition at line 130 of file fj_codes.h.
| std::vector<double> line::fj::FjCodesWait::alfa |
-pi0 T^-1, the all-busy occupancy
Definition at line 134 of file fj_codes.h.
Referenced by line::fj::fj_return_rt2(), and line::fj::fj_return_wait().
| double line::fj::FjCodesWait::prob_wait = 0.0 |
Definition at line 133 of file fj_codes.h.
Referenced by line::fj::fj_return_rt2(), and line::fj::fj_return_wait().
| std::vector<double> line::fj::FjCodesWait::wait_alpha |
defective, mass prob_wait
Definition at line 131 of file fj_codes.h.
Referenced by line::fj::fj_return_rt2(), and line::fj::fj_return_wait().
| Matrix<double> line::fj::FjCodesWait::wait_Smat |
Definition at line 132 of file fj_codes.h.
Referenced by line::fj::fj_return_rt2(), and line::fj::fj_return_wait().