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

The three block lists of a level-dependent QBD, as ldqbd takes them. More...

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

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

Public Attributes

std::vector< Matrix< T > > Q0
std::vector< Matrix< T > > Q1
std::vector< Matrix< T > > Q2

Detailed Description

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

The three block lists of a level-dependent QBD, as ldqbd takes them.

Definition at line 88 of file ldqbd_mphc.h.

Member Data Documentation

◆ Q0

template<class T>
std::vector<Matrix<T> > line::mam::LdqbdMphcBlocks< T >::Q0

Definition at line 89 of file ldqbd_mphc.h.

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

◆ Q1

template<class T>
std::vector<Matrix<T> > line::mam::LdqbdMphcBlocks< T >::Q1

Definition at line 90 of file ldqbd_mphc.h.

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

◆ Q2

template<class T>
std::vector<Matrix<T> > line::mam::LdqbdMphcBlocks< T >::Q2

Definition at line 91 of file ldqbd_mphc.h.

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


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