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

X: class throughputs; Qq: mean queue lengths at the MAP station (job in service included); U: busy probability per class, X E[S]; ES: mean service times; pi: joint phase law at N (class R fastest). More...

#include <line/api/mapqn/mapqn_amva.h>

Public Attributes

std::vector< T > X
std::vector< T > Qq
std::vector< T > U
std::vector< T > ES
std::vector< T > pi

Detailed Description

template<class T>
struct line::mapqn::MapqnAmvaResult< T >

X: class throughputs; Qq: mean queue lengths at the MAP station (job in service included); U: busy probability per class, X E[S]; ES: mean service times; pi: joint phase law at N (class R fastest).

Definition at line 45 of file mapqn_amva.h.

Member Data Documentation

◆ ES

template<class T>
std::vector<T> line::mapqn::MapqnAmvaResult< T >::ES

Definition at line 46 of file mapqn_amva.h.

Referenced by line::mapqn::mapqn_amva().

◆ pi

template<class T>
std::vector<T> line::mapqn::MapqnAmvaResult< T >::pi

Definition at line 46 of file mapqn_amva.h.

Referenced by line::mapqn::mapqn_amva().

◆ Qq

template<class T>
std::vector<T> line::mapqn::MapqnAmvaResult< T >::Qq

Definition at line 46 of file mapqn_amva.h.

Referenced by line::mapqn::mapqn_amva(), and line::mva::solver_mapqn().

◆ U

template<class T>
std::vector<T> line::mapqn::MapqnAmvaResult< T >::U

Definition at line 46 of file mapqn_amva.h.

Referenced by line::mapqn::mapqn_amva(), and line::mva::solver_mapqn().

◆ X

template<class T>
std::vector<T> line::mapqn::MapqnAmvaResult< T >::X

Definition at line 46 of file mapqn_amva.h.

Referenced by line::mapqn::mapqn_amva(), and line::mva::solver_mapqn().


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