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

Mean performance measures returned by pfqn_sdr. More...

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

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

Public Attributes

Matrix< T > QN
 mean queue lengths, centres by chains
Matrix< T > XN
 per-centre chain throughputs
Matrix< T > UN
 mean number in service, XN elementwise times S
Matrix< T > RN
 mean response times at the centre, QN elementwise over XN
G
 normalizing constant

Detailed Description

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

Mean performance measures returned by pfqn_sdr.

Definition at line 247 of file pfqn_sdr.h.

Member Data Documentation

◆ G

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

normalizing constant

Definition at line 252 of file pfqn_sdr.h.

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

◆ QN

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

mean queue lengths, centres by chains

Definition at line 248 of file pfqn_sdr.h.

Referenced by line::pfqn::pfqn_sdr(), and line::nc::solver_nc_sdr().

◆ RN

template<class T>
Matrix<T> line::pfqn::SdrResult< T >::RN

mean response times at the centre, QN elementwise over XN

Definition at line 251 of file pfqn_sdr.h.

Referenced by line::pfqn::pfqn_sdr(), and line::nc::solver_nc_sdr().

◆ UN

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

mean number in service, XN elementwise times S

Definition at line 250 of file pfqn_sdr.h.

Referenced by line::pfqn::pfqn_sdr(), and line::nc::solver_nc_sdr().

◆ XN

template<class T>
Matrix<T> line::pfqn::SdrResult< T >::XN

per-centre chain throughputs

Definition at line 249 of file pfqn_sdr.h.

Referenced by line::pfqn::pfqn_sdr(), and line::nc::solver_nc_sdr().


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