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

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

Collaboration diagram for line::pfqn::NcldmxResult< T >:

Public Attributes

G
 closed-conditional normalizing constant
double lG
 its logarithm
Gopen
 the open-class prefactor prod_i E_i(0)
double lGopen
 its logarithm
Matrix< T > EC
 the effective-capacity terms, for the caller's mean measures
std::vector< T > XN
 (R) throughputs: G(N-e_r)/G(N) closed, lambda_r open
Matrix< T > QN
 (M x R) mean queue lengths

Detailed Description

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

Definition at line 84 of file pfqn_ncldmx.h.

Member Data Documentation

◆ EC

template<class T>
Matrix<T> line::pfqn::NcldmxResult< T >::EC

the effective-capacity terms, for the caller's mean measures

Definition at line 89 of file pfqn_ncldmx.h.

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

◆ G

template<class T>
T line::pfqn::NcldmxResult< T >::G

closed-conditional normalizing constant

Definition at line 85 of file pfqn_ncldmx.h.

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

◆ Gopen

template<class T>
T line::pfqn::NcldmxResult< T >::Gopen

the open-class prefactor prod_i E_i(0)

Definition at line 87 of file pfqn_ncldmx.h.

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

◆ lG

template<class T>
double line::pfqn::NcldmxResult< T >::lG

its logarithm

Definition at line 86 of file pfqn_ncldmx.h.

Referenced by line::pfqn::pfqn_ncldmx(), and line::nc::solver_ncld().

◆ lGopen

template<class T>
double line::pfqn::NcldmxResult< T >::lGopen

its logarithm

Definition at line 88 of file pfqn_ncldmx.h.

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

◆ QN

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

(M x R) mean queue lengths

Definition at line 91 of file pfqn_ncldmx.h.

Referenced by line::pfqn::pfqn_ncldmx(), and line::nc::solver_ncld().

◆ XN

template<class T>
std::vector<T> line::pfqn::NcldmxResult< T >::XN

(R) throughputs: G(N-e_r)/G(N) closed, lambda_r open

Definition at line 90 of file pfqn_ncldmx.h.

Referenced by line::pfqn::pfqn_ncldmx(), and line::nc::solver_ncld().


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