![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The (alpha, T) PH pair produced by aoi_dist2ph. More...
#include <line/api/aoi/aoi_dist2ph.h>
Public Attributes | |
| std::vector< T > | alpha |
| initial probability vector, sums to one | |
| Matrix< T > | Tmat |
| sub-generator, MATLAB's T | |
The (alpha, T) PH pair produced by aoi_dist2ph.
Definition at line 57 of file aoi_dist2ph.h.
| std::vector<T> line::aoi::AoiPh< T >::alpha |
initial probability vector, sums to one
Definition at line 58 of file aoi_dist2ph.h.
Referenced by line::aoi::aoi_dist2ph(), and line::fluid::aoi_extract_params().
| Matrix<T> line::aoi::AoiPh< T >::Tmat |
sub-generator, MATLAB's T
Definition at line 59 of file aoi_dist2ph.h.
Referenced by line::aoi::aoi_dist2ph(), and line::fluid::aoi_extract_params().