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

One class's phase-type service law, He's (sigma_k, S_k). More...

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

Public Attributes

std::vector< T > sigma
 initial probability row vector
Matrix< T > S
 transient generator

Detailed Description

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

One class's phase-type service law, He's (sigma_k, S_k).

Definition at line 71 of file mmapph1fcfs.h.

Member Data Documentation

◆ S

template<class T>
Matrix<T> line::mam::PhService< T >::S

transient generator

Definition at line 73 of file mmapph1fcfs.h.

◆ sigma

template<class T>
std::vector<T> line::mam::PhService< T >::sigma

initial probability row vector

Definition at line 72 of file mmapph1fcfs.h.


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