LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::pfqn::NcResult< T > Struct Template Reference

Return value of the normalizing-constant family, mirroring Ret.pfqnNc. More...

#include <line/api/pfqn/pfqn_ca.h>

Collaboration diagram for line::pfqn::NcResult< T >:

Public Attributes

G
 normalizing constant in the requested arithmetic
double lG
 log of the constant, always a double and always finite

Detailed Description

template<class T>
struct line::pfqn::NcResult< T >

Return value of the normalizing-constant family, mirroring Ret.pfqnNc.

Definition at line 44 of file pfqn_ca.h.

Member Data Documentation

◆ G

template<class T>
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().

◆ lG

template<class T>
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().


The documentation for this struct was generated from the following file: