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

What both reference files return once the ETAQA solve has run. More...

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

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

Public Attributes

QN = num_traits<T>::from_int(0)
UN = num_traits<T>::from_int(0)
RN = num_traits<T>::from_int(0)
TN = num_traits<T>::from_int(0)
Matrix< T > piAgg
 the ETAQA-aggregated stationary vector
Matrix< T > fund
 G for the M/G/1-type solve, R for the GI/M/1-type one.
std::vector< T > qlenMoments
 Moments 1..nMoments of the queue length; QN is the first of them.

Detailed Description

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

What both reference files return once the ETAQA solve has run.

Definition at line 432 of file solver_mam_bmap.h.

Member Data Documentation

◆ fund

template<class T>
Matrix<T> line::mam::BmapQueueResult< T >::fund

G for the M/G/1-type solve, R for the GI/M/1-type one.

Definition at line 437 of file solver_mam_bmap.h.

Referenced by line::mam::solver_mam_bmap_map_1(), and line::mam::solver_mam_map_bmap_1().

◆ piAgg

template<class T>
Matrix<T> line::mam::BmapQueueResult< T >::piAgg

the ETAQA-aggregated stationary vector

Definition at line 435 of file solver_mam_bmap.h.

Referenced by line::mam::solver_mam_bmap_map_1(), and line::mam::solver_mam_map_bmap_1().

◆ qlenMoments

template<class T>
std::vector<T> line::mam::BmapQueueResult< T >::qlenMoments

Moments 1..nMoments of the queue length; QN is the first of them.

Definition at line 439 of file solver_mam_bmap.h.

Referenced by line::mam::solver_mam_bmap_map_1(), and line::mam::solver_mam_map_bmap_1().

◆ QN

template<class T>
T line::mam::BmapQueueResult< T >::QN = num_traits<T>::from_int(0)

◆ RN

template<class T>
T line::mam::BmapQueueResult< T >::RN = num_traits<T>::from_int(0)

◆ TN

template<class T>
T line::mam::BmapQueueResult< T >::TN = num_traits<T>::from_int(0)

◆ UN

template<class T>
T line::mam::BmapQueueResult< T >::UN = num_traits<T>::from_int(0)

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