![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_rgf, mirroring [G, lG, lg]. More...
#include <line/api/pfqn/pfqn_rgf.h>
Public Attributes | |
| T | G |
| normalizing constant | |
| T | lG |
| its logarithm, i.e. lg[N] | |
| std::vector< T > | lg |
| log g(0), log g(1), ..., log g(N) | |
Return value of pfqn_rgf, mirroring [G, lG, lg].
Definition at line 56 of file pfqn_rgf.h.
| T line::pfqn::RgfResult< T >::G |
normalizing constant
Definition at line 57 of file pfqn_rgf.h.
Referenced by line::pfqn::pfqn_rgf(), and line::pfqn::pfqn_rgfmc().
| T line::pfqn::RgfResult< T >::lG |
its logarithm, i.e. lg[N]
Definition at line 58 of file pfqn_rgf.h.
Referenced by line::pfqn::pfqn_rgf(), and line::pfqn::pfqn_rgfmc().
| std::vector<T> line::pfqn::RgfResult< T >::lg |
log g(0), log g(1), ..., log g(N)
Definition at line 59 of file pfqn_rgf.h.
Referenced by line::pfqn::pfqn_hst(), and line::pfqn::pfqn_rgf().