![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
R, G and the level blocks of a MAP/MAP/1 queue (qbd_rg.m). More...
#include <line/api/mam/qbd_mapmap1.h>
Public Attributes | |
| Matrix< T > | R |
| Matrix< T > | G |
| Matrix< T > | B |
| Matrix< T > | L |
| Matrix< T > | F |
| Matrix< T > | Lbar |
| Matrix< T > | U |
| U = L + R B, the generator of the taboo process at a level. | |
R, G and the level blocks of a MAP/MAP/1 queue (qbd_rg.m).
Definition at line 85 of file qbd_mapmap1.h.
| Matrix<T> line::mam::QbdRg< T >::B |
Definition at line 88 of file qbd_mapmap1.h.
Referenced by line::mam::qbd_rg().
| Matrix<T> line::mam::QbdRg< T >::F |
Definition at line 88 of file qbd_mapmap1.h.
Referenced by line::mam::qbd_rg().
| Matrix<T> line::mam::QbdRg< T >::G |
Definition at line 87 of file qbd_mapmap1.h.
Referenced by line::mam::qbd_rg().
| Matrix<T> line::mam::QbdRg< T >::L |
Definition at line 88 of file qbd_mapmap1.h.
Referenced by line::mam::qbd_rg().
| Matrix<T> line::mam::QbdRg< T >::Lbar |
Definition at line 88 of file qbd_mapmap1.h.
Referenced by line::mam::qbd_rg().
| Matrix<T> line::mam::QbdRg< T >::R |
Definition at line 86 of file qbd_mapmap1.h.
Referenced by line::mam::qbd_rg().
| Matrix<T> line::mam::QbdRg< T >::U |
U = L + R B, the generator of the taboo process at a level.
Definition at line 89 of file qbd_mapmap1.h.
Referenced by line::mam::qbd_rg().