![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_clw and pfqn_clw_lld, mirroring [G, lG]. More...
#include <line/api/pfqn/pfqn_clw.h>
Public Attributes | |
| T | G |
| normalization constant, +infinity when it overflows the range of T | |
| T | lG |
| its natural logarithm, always finite | |
Return value of pfqn_clw and pfqn_clw_lld, mirroring [G, lG].
Definition at line 98 of file pfqn_clw.h.
| T line::pfqn::ClwResult< T >::G |
normalization constant, +infinity when it overflows the range of T
Definition at line 99 of file pfqn_clw.h.
Referenced by line::pfqn::pfqn_clw(), line::pfqn::pfqn_clw_lld(), line::pfqn::pfqn_clwjd(), and line::pfqn::pfqn_clwoi().
| T line::pfqn::ClwResult< T >::lG |
its natural logarithm, always finite
Definition at line 100 of file pfqn_clw.h.
Referenced by line::pfqn::pfqn_clw(), line::pfqn::pfqn_clw_lld(), line::pfqn::pfqn_clwjd(), and line::pfqn::pfqn_clwoi().