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

Per-(station,class) means read off an arbitrary distribution over the LD-QBD. More...

#include <line/solvers/mam/solver_mam_ldqbd_flatten.h>

Public Attributes

Matrix< T > QN
Matrix< T > UN
Matrix< T > RN
Matrix< T > TN
 (M x 1), the model being single-class by construction

Detailed Description

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

Per-(station,class) means read off an arbitrary distribution over the LD-QBD.

Definition at line 106 of file solver_mam_ldqbd_flatten.h.

Member Data Documentation

◆ QN

template<class T>
Matrix<T> line::mam::LdqbdAvg< T >::QN

Definition at line 107 of file solver_mam_ldqbd_flatten.h.

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

◆ RN

template<class T>
Matrix<T> line::mam::LdqbdAvg< T >::RN

Definition at line 107 of file solver_mam_ldqbd_flatten.h.

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

◆ TN

template<class T>
Matrix<T> line::mam::LdqbdAvg< T >::TN

(M x 1), the model being single-class by construction

Definition at line 107 of file solver_mam_ldqbd_flatten.h.

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

◆ UN

template<class T>
Matrix<T> line::mam::LdqbdAvg< T >::UN

Definition at line 107 of file solver_mam_ldqbd_flatten.h.

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


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