![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One class's phase-type service law, He's (sigma_k, S_k). More...
#include <line/api/mam/mmapph1fcfs.h>
Public Attributes | |
| std::vector< T > | sigma |
| initial probability row vector | |
| Matrix< T > | S |
| transient generator | |
One class's phase-type service law, He's (sigma_k, S_k).
Definition at line 71 of file mmapph1fcfs.h.
| Matrix<T> line::mam::PhService< T >::S |
transient generator
Definition at line 73 of file mmapph1fcfs.h.
| std::vector<T> line::mam::PhService< T >::sigma |
initial probability row vector
Definition at line 72 of file mmapph1fcfs.h.