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

Return value of pfqn_expand, mirroring [QN_full,UN_full,CN_full]. More...

#include <line/api/pfqn/pfqn_expand.h>

Public Attributes

Matrix< T > QN
 (M x R) queue lengths at the original stations
Matrix< T > UN
 (M x R) utilizations
Matrix< T > CN
 (M x R) residence times

Detailed Description

template<class T>
struct line::pfqn::ExpandResult< T >

Return value of pfqn_expand, mirroring [QN_full,UN_full,CN_full].

Definition at line 36 of file pfqn_expand.h.

Member Data Documentation

◆ CN

template<class T>
Matrix<T> line::pfqn::ExpandResult< T >::CN

(M x R) residence times

Definition at line 39 of file pfqn_expand.h.

Referenced by line::pfqn::pfqn_expand().

◆ QN

template<class T>
Matrix<T> line::pfqn::ExpandResult< T >::QN

(M x R) queue lengths at the original stations

Definition at line 37 of file pfqn_expand.h.

Referenced by line::pfqn::pfqn_expand().

◆ UN

template<class T>
Matrix<T> line::pfqn::ExpandResult< T >::UN

(M x R) utilizations

Definition at line 38 of file pfqn_expand.h.

Referenced by line::pfqn::pfqn_expand().


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