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

A phase-type law (alpha, A) as BUTools' 'stDistrPH' returns it. More...

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

Public Attributes

std::vector< T > alpha
Matrix< T > A

Detailed Description

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

A phase-type law (alpha, A) as BUTools' 'stDistrPH' returns it.

Definition at line 280 of file mmapph1fcfs.h.

Member Data Documentation

◆ A

template<class T>
Matrix<T> line::mam::StDistrPh< T >::A

Definition at line 282 of file mmapph1fcfs.h.

◆ alpha

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

Definition at line 281 of file mmapph1fcfs.h.


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