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

Mirrors MATLAB's [W, W2, alpha] return list. More...

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

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

Public Attributes

std::vector< T > W
 per-class mean sojourn times
std::vector< T > W2
 per-class second moments of the sojourn time
alpha
 unutilized processor fraction, 1 - sum_j lambda_j/mu_j

Detailed Description

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

Mirrors MATLAB's [W, W2, alpha] return list.

Definition at line 50 of file qsys_mm1_ps.h.

Member Data Documentation

◆ alpha

template<class T>
T line::qsys::Mm1PsResult< T >::alpha

unutilized processor fraction, 1 - sum_j lambda_j/mu_j

Definition at line 53 of file qsys_mm1_ps.h.

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

◆ W

template<class T>
std::vector<T> line::qsys::Mm1PsResult< T >::W

per-class mean sojourn times

Definition at line 51 of file qsys_mm1_ps.h.

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

◆ W2

template<class T>
std::vector<T> line::qsys::Mm1PsResult< T >::W2

per-class second moments of the sojourn time

Definition at line 52 of file qsys_mm1_ps.h.

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


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