![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of the normalizing-constant family, mirroring Ret.pfqnNc. More...
#include <line/api/pfqn/pfqn_ca.h>
Public Attributes | |
| T | G |
| normalizing constant in the requested arithmetic | |
| double | lG |
| log of the constant, always a double and always finite | |
Return value of the normalizing-constant family, mirroring Ret.pfqnNc.
| T line::pfqn::NcResult< T >::G |
normalizing constant in the requested arithmetic
Definition at line 45 of file pfqn_ca.h.
Referenced by line::pfqn::pfqn_comomrm_ld(), line::pfqn::pfqn_rd(), and line::nc::solver_nc_jointmarg().
| double line::pfqn::NcResult< T >::lG |
log of the constant, always a double and always finite
Definition at line 46 of file pfqn_ca.h.
Referenced by line::pfqn::pfqn_comomrm_ld(), line::pfqn::pfqn_rd(), and line::nc::solver_nc_jointmarg().