![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Normalizing constant and throughput at a real-valued population. More...
#include <line/api/pfqn/pfqn_dnc.h>
Public Attributes | |
| T | X |
| throughput G(N-1)/G(N); NaN where the continuation does not apply | |
| T | G |
| normalizing constant at population N | |
| T | lG |
| log of the normalizing constant | |
Normalizing constant and throughput at a real-valued population.
Definition at line 62 of file pfqn_dnc.h.
| 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().
| 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().
| 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().