![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_rd, mirroring [lGN, Cgamma]. More...
#include <line/api/pfqn/pfqn_rd.h>
Public Attributes | |
| double | lGN |
| log of the normalizing constant | |
| T | Cgamma |
| the correction factor, one when the residual is empty | |
Return value of pfqn_rd, mirroring [lGN, Cgamma].
| T line::pfqn::RdResult< T >::Cgamma |
the correction factor, one when the residual is empty
Definition at line 86 of file pfqn_rd.h.
Referenced by line::pfqn::pfqn_rd().
| double line::pfqn::RdResult< T >::lGN |
log of the normalizing constant
Definition at line 85 of file pfqn_rd.h.
Referenced by line::pfqn::pfqn_rd().