![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What both reference files return once the ETAQA solve has run. More...
#include <line/solvers/mam/solver_mam_bmap.h>
Public Attributes | |
| T | QN = num_traits<T>::from_int(0) |
| T | UN = num_traits<T>::from_int(0) |
| T | RN = num_traits<T>::from_int(0) |
| T | 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. | |
What both reference files return once the ETAQA solve has run.
Definition at line 432 of file solver_mam_bmap.h.
| 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().
| 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().
| 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().
| T line::mam::BmapQueueResult< T >::QN = num_traits<T>::from_int(0) |
Definition at line 433 of file solver_mam_bmap.h.
Referenced by line::mam::solver_mam_bmap_map_1(), and line::mam::solver_mam_map_bmap_1().
| T line::mam::BmapQueueResult< T >::RN = num_traits<T>::from_int(0) |
Definition at line 434 of file solver_mam_bmap.h.
Referenced by line::mam::solver_mam_bmap_map_1(), and line::mam::solver_mam_map_bmap_1().
| T line::mam::BmapQueueResult< T >::TN = num_traits<T>::from_int(0) |
Definition at line 434 of file solver_mam_bmap.h.
Referenced by line::mam::solver_mam_bmap_map_1(), and line::mam::solver_mam_map_bmap_1().
| T line::mam::BmapQueueResult< T >::UN = num_traits<T>::from_int(0) |
Definition at line 433 of file solver_mam_bmap.h.
Referenced by line::mam::solver_mam_bmap_map_1(), and line::mam::solver_mam_map_bmap_1().