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

Everything qbd_raprap1 returns. More...

#include <line/api/mam/qbd_rap.h>

Collaboration diagram for line::mam::QbdRapRap1Result< T >:

Public Attributes

XN
 throughput, the arrival rate of the RAP
QN
 mean queue length from the TRUNCATED level series
UN
 utilization, 1 - P(level 0)
Matrix< T > pqueue
 level vectors, one row per level kept
Matrix< T > R
Matrix< T > G
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

Detailed Description

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

Everything qbd_raprap1 returns.

Definition at line 401 of file qbd_rap.h.

Member Data Documentation

◆ B

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

Definition at line 408 of file qbd_rap.h.

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

◆ core

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

◆ eta

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

◆ F

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

the QBD blocks

Definition at line 408 of file qbd_rap.h.

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

◆ G

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

Definition at line 406 of file qbd_rap.h.

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

◆ L

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

Definition at line 408 of file qbd_rap.h.

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

◆ pqueue

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

◆ QN

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

◆ R

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

Definition at line 406 of file qbd_rap.h.

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

◆ UN

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

◆ XN

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


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