![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
A phase-type representation (alpha, T) of a MAP's inter-arrival time. More...
#include <line/api/mam/map_transform.h>
Public Attributes | |
| std::vector< T > | alpha |
| entry distribution, = pie | |
| Matrix< T > | subgen |
| sub-generator, = D0 | |
A phase-type representation (alpha, T) of a MAP's inter-arrival time.
Definition at line 330 of file map_transform.h.
| std::vector<T> line::mam::PhType< T >::alpha |
entry distribution, = pie
Definition at line 331 of file map_transform.h.
Referenced by line::mam::map2ph(), and line::mam::ph2map().
| Matrix<T> line::mam::PhType< T >::subgen |
sub-generator, = D0
Definition at line 332 of file map_transform.h.
Referenced by line::mam::map2ph(), and line::mam::ph2map().