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

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

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

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

Public Attributes

Matrix< T > W
 (N x K) waiting time of each customer at each station
Matrix< T > G
 (N x K) gap seen at each station, last row unset (NaN)
Matrix< T > T_
 (N x K) sojourn time W + S
Matrix< T > departure
 (N x K) departure epoch from each station
std::string analyzer

Detailed Description

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

Mirrors the struct MATLAB returns from qsys_tandem_lindley.

Definition at line 56 of file qsys_tandem_lindley.h.

Member Data Documentation

◆ analyzer

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

Definition at line 61 of file qsys_tandem_lindley.h.

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

◆ departure

template<class T>
Matrix<T> line::qsys::TandemLindleyResult< T >::departure

(N x K) departure epoch from each station

Definition at line 60 of file qsys_tandem_lindley.h.

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

◆ G

template<class T>
Matrix<T> line::qsys::TandemLindleyResult< T >::G

(N x K) gap seen at each station, last row unset (NaN)

Definition at line 58 of file qsys_tandem_lindley.h.

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

◆ T_

template<class T>
Matrix<T> line::qsys::TandemLindleyResult< T >::T_

(N x K) sojourn time W + S

Definition at line 59 of file qsys_tandem_lindley.h.

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

◆ W

template<class T>
Matrix<T> line::qsys::TandemLindleyResult< T >::W

(N x K) waiting time of each customer at each station

Definition at line 57 of file qsys_tandem_lindley.h.

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


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