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

Return value of pfqn_pas_is / pfqn_oi_is, mirroring [G, lG, Q]. More...

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

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

Public Attributes

G
 estimate of the communicating-class normalizing constant
double lG
 log of the estimate
Matrix< T > Q
 (2 x R) mean per-class queue length, Q(1,:) = N - Q(0,:)

Detailed Description

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

Return value of pfqn_pas_is / pfqn_oi_is, mirroring [G, lG, Q].

Definition at line 64 of file pfqn_pas_is.h.

Member Data Documentation

◆ G

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

estimate of the communicating-class normalizing constant

Definition at line 65 of file pfqn_pas_is.h.

Referenced by line::pfqn::pfqn_pas_is(), and line::nc::solver_nc_pas_is_analyzer().

◆ lG

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

log of the estimate

Definition at line 66 of file pfqn_pas_is.h.

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

◆ Q

template<class T>
Matrix<T> line::pfqn::PasIsResult< T >::Q

(2 x R) mean per-class queue length, Q(1,:) = N - Q(0,:)

Definition at line 67 of file pfqn_pas_is.h.

Referenced by line::pfqn::pfqn_pas_is(), and line::nc::solver_nc_pas_is_analyzer().


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