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

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

Detailed Description

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

The four level blocks of the MAP/MAP/1 QBD.

Definition at line 60 of file qbd_mapmap1.h.

Member Data Documentation

◆ B

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

◆ F

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

◆ L

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

◆ Lbar

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


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