![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The three block lists of a level-dependent QBD, as ldqbd takes them. More...
#include <line/api/mam/ldqbd_mphc.h>
Public Attributes | |
| std::vector< Matrix< T > > | Q0 |
| std::vector< Matrix< T > > | Q1 |
| std::vector< Matrix< T > > | Q2 |
The three block lists of a level-dependent QBD, as ldqbd takes them.
Definition at line 88 of file ldqbd_mphc.h.
| std::vector<Matrix<T> > line::mam::LdqbdMphcBlocks< T >::Q0 |
Definition at line 89 of file ldqbd_mphc.h.
Referenced by line::mam::ldqbd_mphc().
| std::vector<Matrix<T> > line::mam::LdqbdMphcBlocks< T >::Q1 |
Definition at line 90 of file ldqbd_mphc.h.
Referenced by line::mam::ldqbd_mphc().
| std::vector<Matrix<T> > line::mam::LdqbdMphcBlocks< T >::Q2 |
Definition at line 91 of file ldqbd_mphc.h.
Referenced by line::mam::ldqbd_mphc().