![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Everything qbd_raprap1 returns. More...
#include <line/api/mam/qbd_rap.h>
Public Attributes | |
| T | XN |
| throughput, the arrival rate of the RAP | |
| T | QN |
| mean queue length from the TRUNCATED level series | |
| T | UN |
| utilization, 1 - P(level 0) | |
| Matrix< T > | pqueue |
| level vectors, one row per level kept | |
| Matrix< T > | R |
| Matrix< T > | G |
| T | eta |
| caudal characteristic, Sp(R) | |
| Matrix< T > | B |
| Matrix< T > | L |
| Matrix< T > | F |
| the QBD blocks | |
| QbdRapResult< T > | core |
| the full qbd_rap answer, including the exact QN | |
Everything qbd_raprap1 returns.
| Matrix<T> line::mam::QbdRapRap1Result< T >::B |
Definition at line 408 of file qbd_rap.h.
Referenced by line::mam::qbd_raprap1().
| QbdRapResult<T> line::mam::QbdRapRap1Result< T >::core |
the full qbd_rap answer, including the exact QN
Definition at line 409 of file qbd_rap.h.
Referenced by line::mam::qbd_raprap1().
| T line::mam::QbdRapRap1Result< T >::eta |
caudal characteristic, Sp(R)
Definition at line 407 of file qbd_rap.h.
Referenced by line::mam::qbd_raprap1().
| Matrix<T> line::mam::QbdRapRap1Result< T >::F |
| Matrix<T> line::mam::QbdRapRap1Result< T >::G |
Definition at line 406 of file qbd_rap.h.
Referenced by line::mam::qbd_raprap1().
| Matrix<T> line::mam::QbdRapRap1Result< T >::L |
Definition at line 408 of file qbd_rap.h.
Referenced by line::mam::qbd_raprap1().
| Matrix<T> line::mam::QbdRapRap1Result< T >::pqueue |
level vectors, one row per level kept
Definition at line 405 of file qbd_rap.h.
Referenced by line::mam::qbd_raprap1().
| T line::mam::QbdRapRap1Result< T >::QN |
mean queue length from the TRUNCATED level series
Definition at line 403 of file qbd_rap.h.
Referenced by line::mam::qbd_raprap1().
| Matrix<T> line::mam::QbdRapRap1Result< T >::R |
Definition at line 406 of file qbd_rap.h.
Referenced by line::mam::qbd_raprap1().
| T line::mam::QbdRapRap1Result< T >::UN |
utilization, 1 - P(level 0)
Definition at line 404 of file qbd_rap.h.
Referenced by line::mam::qbd_raprap1().
| T line::mam::QbdRapRap1Result< T >::XN |
throughput, the arrival rate of the RAP
Definition at line 402 of file qbd_rap.h.
Referenced by line::mam::qbd_raprap1().