![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
G and R together, as returned by qbd_fundmat. More...
#include <line/api/mam/qbd_r.h>
Public Attributes | |
| Matrix< T > | G |
| Matrix< T > | R |
| unsigned | iterations = 0 |
G and R together, as returned by qbd_fundmat.
| Matrix<T> line::mam::QbdFundMat< T >::G |
Definition at line 260 of file qbd_r.h.
Referenced by line::mam::qbd_fundmat(), line::mam::qbd_mapmap1(), and line::mam::qbd_rg().
| unsigned line::mam::QbdFundMat< T >::iterations = 0 |
Definition at line 262 of file qbd_r.h.
Referenced by line::mam::qbd_fundmat(), and line::mam::qbd_mapmap1().
| Matrix<T> line::mam::QbdFundMat< T >::R |
Definition at line 261 of file qbd_r.h.
Referenced by line::mam::qbd_fundmat(), line::mam::qbd_mapmap1(), line::mam::qbd_rg(), and line::mam::qbd_setupdelayoff().