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

A phase-type representation (alpha, T) of a MAP's inter-arrival time. More...

#include <line/api/mam/map_transform.h>

Public Attributes

std::vector< T > alpha
 entry distribution, = pie
Matrix< T > subgen
 sub-generator, = D0

Detailed Description

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

A phase-type representation (alpha, T) of a MAP's inter-arrival time.

Definition at line 330 of file map_transform.h.

Member Data Documentation

◆ alpha

template<class T>
std::vector<T> line::mam::PhType< T >::alpha

entry distribution, = pie

Definition at line 331 of file map_transform.h.

Referenced by line::mam::map2ph(), and line::mam::ph2map().

◆ subgen

template<class T>
Matrix<T> line::mam::PhType< T >::subgen

sub-generator, = D0

Definition at line 332 of file map_transform.h.

Referenced by line::mam::map2ph(), and line::mam::ph2map().


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