![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Stationary distribution of a level-dependent QBD, per level and per phase. More...
#include <line/api/mam/ldqbd.h>
Public Attributes | |
| std::vector< std::vector< T > > | pi_level |
| pi_level[n], one entry per phase of level n | |
| std::vector< T > | pi |
| pi[n] = sum of pi_level[n], the level marginal | |
Stationary distribution of a level-dependent QBD, per level and per phase.
| std::vector<T> line::mam::LdqbdPi< T >::pi |
pi[n] = sum of pi_level[n], the level marginal
Definition at line 169 of file ldqbd.h.
Referenced by line::mam::ldqbd_pi().
| std::vector<std::vector<T> > line::mam::LdqbdPi< T >::pi_level |
pi_level[n], one entry per phase of level n
Definition at line 168 of file ldqbd.h.
Referenced by line::mam::ldqbd_pi().