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

Mirrors the struct MATLAB returns from qsys_mm1_tandem_lindley. More...

#include <line/api/qsys/qsys_mm1_tandem_lindley.h>

Collaboration diagram for line::qsys::Mm1TandemLindleyResult< T >:

Public Attributes

std::vector< T > mean
 conditional mean waiting time at station 2
std::vector< T > interdepMean
 mean interdeparture time of station 1
std::vector< T > idleProb
 probability station 1 empties first
std::string analyzer

Detailed Description

template<class T>
struct line::qsys::Mm1TandemLindleyResult< T >

Mirrors the struct MATLAB returns from qsys_mm1_tandem_lindley.

Definition at line 54 of file qsys_mm1_tandem_lindley.h.

Member Data Documentation

◆ analyzer

template<class T>
std::string line::qsys::Mm1TandemLindleyResult< T >::analyzer

Definition at line 58 of file qsys_mm1_tandem_lindley.h.

Referenced by line::qsys::qsys_mm1_tandem_lindley().

◆ idleProb

template<class T>
std::vector<T> line::qsys::Mm1TandemLindleyResult< T >::idleProb

probability station 1 empties first

Definition at line 57 of file qsys_mm1_tandem_lindley.h.

Referenced by line::qsys::qsys_mm1_tandem_lindley().

◆ interdepMean

template<class T>
std::vector<T> line::qsys::Mm1TandemLindleyResult< T >::interdepMean

mean interdeparture time of station 1

Definition at line 56 of file qsys_mm1_tandem_lindley.h.

Referenced by line::qsys::qsys_mm1_tandem_lindley().

◆ mean

template<class T>
std::vector<T> line::qsys::Mm1TandemLindleyResult< T >::mean

conditional mean waiting time at station 2

Definition at line 55 of file qsys_mm1_tandem_lindley.h.

Referenced by line::qsys::qsys_mm1_tandem_lindley().


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