![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The four level blocks of the MAP/MAP/1 QBD. More...
#include <line/api/mam/qbd_mapmap1.h>
Public Attributes | |
| Matrix< T > | B |
| A_-1, service completion. | |
| Matrix< T > | L |
| A_0, local. | |
| Matrix< T > | F |
| A_1, arrival. | |
| Matrix< T > | Lbar |
| level-zero local block | |
The four level blocks of the MAP/MAP/1 QBD.
Definition at line 60 of file qbd_mapmap1.h.
| Matrix<T> line::mam::QbdMapMap1Blocks< T >::B |
A_-1, service completion.
Definition at line 61 of file qbd_mapmap1.h.
Referenced by line::mam::qbd_mapmap1_blocks().
| Matrix<T> line::mam::QbdMapMap1Blocks< T >::F |
A_1, arrival.
Definition at line 63 of file qbd_mapmap1.h.
Referenced by line::mam::qbd_mapmap1_blocks().
| Matrix<T> line::mam::QbdMapMap1Blocks< T >::L |
A_0, local.
Definition at line 62 of file qbd_mapmap1.h.
Referenced by line::mam::qbd_mapmap1_blocks().
| Matrix<T> line::mam::QbdMapMap1Blocks< T >::Lbar |
level-zero local block
Definition at line 64 of file qbd_mapmap1.h.
Referenced by line::mam::qbd_mapmap1_blocks().