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

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

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

Public Attributes

G
 normalizing constant
double lG
 its logarithm
std::vector< T > prob
 (Nt+1) queue-length marginal, prob[k] = P(n = k)

Detailed Description

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

Definition at line 58 of file pfqn_comomrm_ms.h.

Member Data Documentation

◆ G

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

normalizing constant

Definition at line 59 of file pfqn_comomrm_ms.h.

Referenced by line::pfqn::pfqn_comomrm_ld(), and line::pfqn::pfqn_comomrm_ms().

◆ lG

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

its logarithm

Definition at line 60 of file pfqn_comomrm_ms.h.

Referenced by line::pfqn::pfqn_comomrm_ld(), and line::pfqn::pfqn_comomrm_ms().

◆ prob

template<class T>
std::vector<T> line::pfqn::ComomRmResult< T >::prob

(Nt+1) queue-length marginal, prob[k] = P(n = k)

Definition at line 61 of file pfqn_comomrm_ms.h.

Referenced by line::pfqn::pfqn_comomrm_ld(), and line::pfqn::pfqn_comomrm_ms().


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