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

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

Detailed Description

template<class T>
struct line::aoi::AoiPh< T >

The (alpha, T) PH pair produced by aoi_dist2ph.

Definition at line 57 of file aoi_dist2ph.h.

Member Data Documentation

◆ alpha

template<class T>
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().

◆ Tmat

template<class T>
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().


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