LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mam::QbdRg< T > Struct Template Reference

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.

Detailed Description

template<class T>
struct line::mam::QbdRg< T >

R, G and the level blocks of a MAP/MAP/1 queue (qbd_rg.m).

Definition at line 85 of file qbd_mapmap1.h.

Member Data Documentation

◆ B

template<class T>
Matrix<T> line::mam::QbdRg< T >::B

Definition at line 88 of file qbd_mapmap1.h.

Referenced by line::mam::qbd_rg().

◆ F

template<class T>
Matrix<T> line::mam::QbdRg< T >::F

Definition at line 88 of file qbd_mapmap1.h.

Referenced by line::mam::qbd_rg().

◆ G

template<class T>
Matrix<T> line::mam::QbdRg< T >::G

Definition at line 87 of file qbd_mapmap1.h.

Referenced by line::mam::qbd_rg().

◆ L

template<class T>
Matrix<T> line::mam::QbdRg< T >::L

Definition at line 88 of file qbd_mapmap1.h.

Referenced by line::mam::qbd_rg().

◆ Lbar

template<class T>
Matrix<T> line::mam::QbdRg< T >::Lbar

Definition at line 88 of file qbd_mapmap1.h.

Referenced by line::mam::qbd_rg().

◆ R

template<class T>
Matrix<T> line::mam::QbdRg< T >::R

Definition at line 86 of file qbd_mapmap1.h.

Referenced by line::mam::qbd_rg().

◆ U

template<class T>
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().


The documentation for this struct was generated from the following file: