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

Stationary distribution of a level-dependent QBD, per level and per phase. More...

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

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

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

Detailed Description

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

Stationary distribution of a level-dependent QBD, per level and per phase.

Definition at line 167 of file ldqbd.h.

Member Data Documentation

◆ pi

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

◆ pi_level

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


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