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

Normalizing constant and throughput at a real-valued population. More...

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

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

Public Attributes

X
 throughput G(N-1)/G(N); NaN where the continuation does not apply
G
 normalizing constant at population N
lG
 log of the normalizing constant

Detailed Description

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

Normalizing constant and throughput at a real-valued population.

Definition at line 62 of file pfqn_dnc.h.

Member Data Documentation

◆ G

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

normalizing constant at population N

Definition at line 64 of file pfqn_dnc.h.

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

◆ lG

template<class T>
T line::pfqn::DncResult< T >::lG

log of the normalizing constant

Definition at line 65 of file pfqn_dnc.h.

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

◆ X

template<class T>
T line::pfqn::DncResult< T >::X

throughput G(N-1)/G(N); NaN where the continuation does not apply

Definition at line 63 of file pfqn_dnc.h.

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


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